We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2fcf8 commit e9e0797Copy full SHA for e9e0797
.github/workflows/manifest.yml
@@ -11,10 +11,9 @@ jobs:
11
name: Manifest
12
steps:
13
- name: Checkout the code
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
with:
16
path: ncs/nrf
17
- ref: ${{ github.event.pull_request.head.sha }}
18
fetch-depth: 0
19
persist-credentials: false
20
@@ -35,7 +34,7 @@ jobs:
35
34
west init -l . || true
36
37
- name: Manifest
38
- uses: zephyrproject-rtos/action-manifest@ea38f222cddfbbb9debb5f0239f4139ae2677ebb # v1.8.0
+ uses: zephyrproject-rtos/action-manifest@09983f53d3d878791aa37a7755ae44d695f4c1e5 # v2.0.0
39
40
github-token: ${{ secrets.NCS_NORDICBUILDER_ACTION_TOKEN }}
41
manifest-path: 'west.yml'
0 commit comments