Skip to content

Commit e9e0797

Browse files
committed
actions: manifest: Update to latest and avoid checking out the PR HEAD
See zephyrproject-rtos/zephyr@5574a81 for more details. Signed-off-by: Carles Cufi <[email protected]>
1 parent 6d2fcf8 commit e9e0797

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/manifest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
name: Manifest
1212
steps:
1313
- name: Checkout the code
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
with:
1616
path: ncs/nrf
17-
ref: ${{ github.event.pull_request.head.sha }}
1817
fetch-depth: 0
1918
persist-credentials: false
2019

@@ -35,7 +34,7 @@ jobs:
3534
west init -l . || true
3635
3736
- name: Manifest
38-
uses: zephyrproject-rtos/action-manifest@ea38f222cddfbbb9debb5f0239f4139ae2677ebb # v1.8.0
37+
uses: zephyrproject-rtos/action-manifest@09983f53d3d878791aa37a7755ae44d695f4c1e5 # v2.0.0
3938
with:
4039
github-token: ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}
4140
manifest-path: 'west.yml'

0 commit comments

Comments
 (0)