49
49
- name : Create `bin` directory for cloud-samples-tools binaries
50
50
run : mkdir bin
51
51
working-directory : cloud-samples-tools
52
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
52
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
53
53
with :
54
54
go-version : ${{ env.GO_VERSION }}
55
55
- name : Build Custard (from cloud-samples-tools)
@@ -72,12 +72,12 @@ jobs:
72
72
- name : Checkout
73
73
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
74
74
- name : Setup Node
75
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
75
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
76
76
with :
77
77
node-version : 20
78
78
- run : npm install
79
79
- name : Run lint
80
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
80
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
81
81
with :
82
82
script : |
83
83
const { execSync } = await import("node:child_process");
@@ -116,7 +116,7 @@ jobs:
116
116
timeout-minutes : 5
117
117
steps :
118
118
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
119
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
119
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
120
120
with :
121
121
node-version : 20
122
122
- run : ./.github/workflows/utils/region-tags-tests.sh
@@ -143,7 +143,7 @@ jobs:
143
143
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
144
144
with :
145
145
ref : ${{ github.event.pull_request.head.sha }}
146
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
146
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
147
147
with :
148
148
node-version : ${{ fromJson(env.CI_SETUP).node-version }}
149
149
- uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
@@ -157,7 +157,7 @@ jobs:
157
157
id_token_audience : ' https://action.test/' # service must have this custom audience
158
158
id_token_include_email : true
159
159
- name : Export environment variables
160
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
160
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
161
161
id : vars
162
162
with :
163
163
script : |
@@ -167,7 +167,7 @@ jobs:
167
167
const serviceAccount = '${{ env.GOOGLE_SERVICE_ACCOUNT }}';
168
168
const idToken = '${{ steps.auth.outputs.id_token }}';
169
169
return await setupVars({projectId, core, setup, serviceAccount, idToken})
170
- - uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2
170
+ - uses : google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3
171
171
if : ${{ fromJson(steps.vars.outputs.result).secrets }}
172
172
with :
173
173
secrets : ${{ fromJson(steps.vars.outputs.result).secrets }}
0 commit comments