Skip to content

Commit 606dd01

Browse files
committed
fix: update actions
1 parent b99402e commit 606dd01

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sync-issue-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525

2626
- name: Sync issue labels from docs repository
2727
run: gh label clone NordicSemiconductor/asset-tracker-cloud-docs --force

.github/workflows/test-and-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-24.04
1919

2020
steps:
21-
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222

23-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2424
with:
2525
node-version: ">=24.19.0 <25"
2626
cache: "npm"
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci --no-audit
3131

3232
- name: Configure AWS credentials
33-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
33+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
3434
with:
3535
# The role is set up via https://github.com/bifravst/ci
3636
# secrets.AWS_ACCOUNT_ID_CI is an organization secret
@@ -55,7 +55,7 @@ jobs:
5555
cat e2e-test-result.json | node --experimental-transform-types
5656
--no-warnings features/console-reporter.ts
5757

58-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
58+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5959
if: failure()
6060
with:
6161
name: e2e-test-result

.github/workflows/update-repo-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
20+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121

2222
- name: Sync repository description
2323
run:

0 commit comments

Comments
 (0)