@@ -37,29 +37,29 @@ jobs:
3737 image : cypress/browsers:node-20.11.0-chrome-121.0.6167.85-1-ff-120.0-edge-121.0.2277.83-1
3838 options : --user 1001
3939 steps :
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
40+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
41+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
4242 - name : Setup Node.js
43- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
43+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
4444 with :
4545 node-version-file : ' .node-version'
4646 - name : Cache snapshots
4747 id : cache-snapshot
48- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949 with :
5050 path : ./cypress/snapshots
5151 key : ${{ runner.os }}-snapshots-${{ env.targetHash }}
5252
5353 # If a snapshot for a given Hash is not found, we checkout that commit, run the tests and cache the snapshots.
5454 - name : Switch to base branch
5555 if : ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
56- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5757 with :
5858 ref : ${{ env.targetHash }}
5959
6060 - name : Install dependencies
6161 if : ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
62- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
62+ uses : cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
6363 with :
6464 # just perform install
6565 runTests : false
@@ -82,26 +82,26 @@ jobs:
8282 matrix :
8383 containers : [1, 2, 3, 4, 5]
8484 steps :
85- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
8686
87- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
87+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
8888 # uses version from "packageManager" field in package.json
8989
9090 - name : Setup Node.js
91- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
91+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
9292 with :
9393 node-version-file : ' .node-version'
9494
9595 # These cached snapshots are downloaded, providing the reference snapshots.
9696 - name : Cache snapshots
9797 id : cache-snapshot
98- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9999 with :
100100 path : ./cypress/snapshots
101101 key : ${{ runner.os }}-snapshots-${{ env.targetHash }}
102102
103103 - name : Install dependencies
104- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
104+ uses : cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
105105 with :
106106 runTests : false
107107
@@ -117,7 +117,7 @@ jobs:
117117 # Install NPM dependencies, cache them correctly
118118 # and run all Cypress tests
119119 - name : Cypress run
120- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
120+ uses : cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
121121 id : cypress
122122 with :
123123 install : false
@@ -139,7 +139,7 @@ jobs:
139139 VITEST_COVERAGE : true
140140
141141 - name : Upload Coverage to Codecov
142- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
142+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
143143 # Run step only pushes to develop and pull_requests
144144 if : ${{ steps.cypress.conclusion == 'success' && (github.event_name == 'pull_request' || github.ref == 'refs/heads/develop')}}
145145 with :
0 commit comments