Skip to content

Commit 0a807c0

Browse files
committed
ci: manifest action avoid checkout of PR head
See zephyrproject-rtos/zephyr@5574a81 for more details. Signed-off-by: Kari Hamalainen <kari.hamalainen@nordicsemi.no>
1 parent 6b45dbc commit 0a807c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.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-bm
17-
ref: ${{ github.event.pull_request.head.sha }}
1817
fetch-depth: 0
1918
persist-credentials: false
2019

@@ -29,7 +28,7 @@ jobs:
2928
west init -l . || true
3029
3130
- name: Manifest
32-
uses: zephyrproject-rtos/action-manifest@ea38f222cddfbbb9debb5f0239f4139ae2677ebb # v1.8.0
31+
uses: zephyrproject-rtos/action-manifest@09983f53d3d878791aa37a7755ae44d695f4c1e5 # v2.0.0
3332
with:
3433
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
3534
manifest-path: 'west.yml'

0 commit comments

Comments
 (0)