@@ -29,14 +29,14 @@ concurrency:
29
29
group : ' ${{ github.workflow }}-${{ github.head_ref || github.ref }}'
30
30
cancel-in-progress : true
31
31
32
- defaults :
33
- run :
34
- shell : ' bash'
35
-
36
32
permissions :
37
33
contents : ' read'
38
34
statuses : ' write'
39
35
36
+ defaults :
37
+ run :
38
+ shell : ' bash'
39
+
40
40
jobs :
41
41
unit :
42
42
name : ' unit'
45
45
steps :
46
46
- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
47
47
48
- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
48
+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
49
49
with :
50
50
node-version-file : ' package.json'
51
51
78
78
steps :
79
79
- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
80
80
81
- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
81
+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
82
82
with :
83
83
node-version-file : ' package.json'
84
84
@@ -132,7 +132,7 @@ jobs:
132
132
steps :
133
133
- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
134
134
135
- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
135
+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
136
136
with :
137
137
node-version-file : ' package.json'
138
138
@@ -201,7 +201,7 @@ jobs:
201
201
steps :
202
202
- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
203
203
204
- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
204
+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
205
205
with :
206
206
node-version-file : ' package.json'
207
207
@@ -263,7 +263,7 @@ jobs:
263
263
steps :
264
264
- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
265
265
266
- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
266
+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
267
267
with :
268
268
node-version-file : ' package.json'
269
269
@@ -276,7 +276,7 @@ jobs:
276
276
credentials_json : ' ${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}'
277
277
278
278
- 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
280
280
with :
281
281
entrypoint : ' /bin/sh'
282
282
args : ' -euc "test -n "${GOOGLE_APPLICATION_CREDENTIALS}" && test -r "${GOOGLE_APPLICATION_CREDENTIALS}"'
0 commit comments