Skip to content

Commit

Permalink
ci: manifest: update checkout action and do not keep credentials
Browse files Browse the repository at this point in the history
Use the latest checkout action, and do not keep GH credentials on the
file system after checkout (they are not needed).

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Nov 3, 2023
1 parent d105cfb commit f4b19cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
name: Manifest
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ncs/nrf
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false

- name: Manifest
uses: zephyrproject-rtos/action-manifest@16c4cfa380ae2b6fa3daddb1a35032e69422a20f
Expand Down

0 comments on commit f4b19cd

Please sign in to comment.