@@ -29,14 +29,14 @@ concurrency:
2929 group : ' ${{ github.workflow }}-${{ github.head_ref || github.ref }}'
3030 cancel-in-progress : true
3131
32- defaults :
33- run :
34- shell : ' bash'
35-
3632permissions :
3733 contents : ' read'
3834 statuses : ' write'
3935
36+ defaults :
37+ run :
38+ shell : ' bash'
39+
4040jobs :
4141 unit :
4242 name : ' unit'
4545 steps :
4646 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
4747
48- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
48+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
4949 with :
5050 node-version-file : ' package.json'
5151
7878 steps :
7979 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
8080
81- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
81+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
8282 with :
8383 node-version-file : ' package.json'
8484
@@ -132,7 +132,7 @@ jobs:
132132 steps :
133133 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
134134
135- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
135+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
136136 with :
137137 node-version-file : ' package.json'
138138
@@ -201,7 +201,7 @@ jobs:
201201 steps :
202202 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
203203
204- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
204+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
205205 with :
206206 node-version-file : ' package.json'
207207
@@ -263,7 +263,7 @@ jobs:
263263 steps :
264264 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
265265
266- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
266+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
267267 with :
268268 node-version-file : ' package.json'
269269
@@ -276,7 +276,7 @@ jobs:
276276 credentials_json : ' ${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}'
277277
278278 - name : ' docker'
279- uses : ' docker://index.docker.io/library/alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 ' # ratchet:docker://alpine:3
279+ uses : ' docker://index.docker.io/library/alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 ' # ratchet:docker://alpine:3
280280 with :
281281 entrypoint : ' /bin/sh'
282282 args : ' -euc "test -n "${GOOGLE_APPLICATION_CREDENTIALS}" && test -r "${GOOGLE_APPLICATION_CREDENTIALS}"'
0 commit comments