Skip to content

Commit 2d845a4

Browse files
chore(deps): pin dependencies
1 parent 8de2339 commit 2d845a4

13 files changed

Lines changed: 40 additions & 40 deletions

.github/actions/toolchain/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: Checkout ATT
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313
with:
1414
path: att
1515
- name: Find NCS SHA
@@ -19,7 +19,7 @@ runs:
1919
echo "NCS_REV=${NCS_REV}" >> $GITHUB_ENV
2020
echo "NCS_REV=${NCS_REV}"
2121
- name: Checkout NCS
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323
with:
2424
path: nrf
2525
repository: nrfconnect/sdk-nrf

.github/workflows/attach_release_assets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
needs: [build]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2727

2828
- name: Download artifact
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
3030
with:
3131
pattern: firmware-*
3232
merge-multiple: true
3333

3434
- name: Deploy release to github
35-
uses: softprops/action-gh-release@v2
35+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
3636
with:
3737
fail_on_unmatched_files: true
3838
files: |

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
outputs:
6060
toolchain-version: ${{ steps.setup.outputs.toolchain-version }}
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6363
- uses: ./.github/actions/toolchain
6464
id: setup
6565
build:
@@ -74,7 +74,7 @@ jobs:
7474
version: ${{ env.VERSION }}
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7878
with:
7979
path: thingy91x-oob
8080

@@ -161,7 +161,7 @@ jobs:
161161
sed -i '1d' pmr-nrf91-default-${{ env.VERSION }}.txt
162162
163163
- name: Upload artifact
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
165165
id: artifact-upload-oob
166166
with:
167167
name: firmware-oob
@@ -199,7 +199,7 @@ jobs:
199199
cp dfu_application.zip hello.nrfcloud.com-${{ env.VERSION }}-thingy91x-nrf91-trace-dfu.zip
200200
201201
- name: Upload artifact
202-
uses: actions/upload-artifact@v4
202+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
203203
id: artifact-upload-oob-trace
204204
with:
205205
name: firmware-oob-trace
@@ -250,7 +250,7 @@ jobs:
250250
251251
- name: Upload artifact
252252
if: ${{ inputs.build_debug }}
253-
uses: actions/upload-artifact@v4
253+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
254254
id: artifact-upload-oob-debug
255255
with:
256256
name: firmware-oob-debug
@@ -300,7 +300,7 @@ jobs:
300300
cp nrf53-bl-*.hex $(pwd)/nrf/applications/connectivity_bridge/build/
301301
302302
- name: Upload artifact
303-
uses: actions/upload-artifact@v4
303+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
304304
id: artifact-upload-connectivity-bridge
305305
with:
306306
name: firmware-connectivity-bridge
@@ -329,7 +329,7 @@ jobs:
329329
330330
- name: Upload artifact
331331
if: ${{ inputs.build_bl_update }}
332-
uses: actions/upload-artifact@v4
332+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
333333
id: artifact-upload-bl-update
334334
with:
335335
name: firmware-bl-update

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout the code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424
with:
2525
path: thingy91x-oob
2626
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/dfu_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
toolchain-version: ${{ steps.setup.outputs.toolchain-version }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828
- uses: ./.github/actions/toolchain
2929
id: setup
3030
analyze:
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4343
with:
4444
path: thingy91x-oob
4545

@@ -52,7 +52,7 @@ jobs:
5252
west update -o=--depth=1 -n
5353
5454
- name: Download artifacts
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5656
with:
5757
pattern: firmware-*
5858
merge-multiple: true

.github/workflows/docker_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ jobs:
2121

2222
steps:
2323
- name: Checkout the code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525

2626
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2727
- name: Log in to the Container registry
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Extract metadata (tags, labels) for Docker
3535
id: meta
36-
uses: docker/metadata-action@v5
36+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
3737
with:
3838
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3939

4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
4242
with:
4343
context: tests/on_target/
4444
push: true

.github/workflows/docs-build-and-publish-zooomin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4848

4949
- name: Install dependencies
5050
run: |
@@ -73,7 +73,7 @@ jobs:
7373
ls -lah .
7474
7575
- name: Upload artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7777
with:
7878
name: doc-build
7979
if-no-files-found: error

.github/workflows/docs-build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525

2626
- name: Install dependencies
2727
run: |
@@ -39,7 +39,7 @@ jobs:
3939
sphinx-build -M html . build
4040
4141
- name: Upload artifact
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4343
with:
4444
name: doc-build
4545
if-no-files-found: error

.github/workflows/on_target.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
- /opt/setup-jlink:/opt/setup-jlink
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5757
with:
5858
path: thingy91x-oob
5959

6060
- name: Download artifacts
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
6262
with:
6363
pattern: firmware-*
6464
merge-multiple: true
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Results
133133
if: always()
134-
uses: pmeier/pytest-results-action@v0.7.1
134+
uses: pmeier/pytest-results-action@fc6576eced1f411ea48ab10e917d9cfce2960e29 # v0.7.1
135135
with:
136136
path: thingy91x-oob/tests/on_target/results/*.xml
137137
summary: true
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Create Report Artifact
142142
if: always()
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
144144
id: artifact-report
145145
with:
146146
name: test-report
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Push log files to artifacts
151151
if: always()
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
153153
id: artifact-upload-test-logs
154154
with:
155155
name: test-logs

.github/workflows/publish-firmware-bundles-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
2424
node-version: 22
2525

0 commit comments

Comments
 (0)