File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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
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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments