4949 - name : Create `bin` directory for cloud-samples-tools binaries
5050 run : mkdir bin
5151 working-directory : cloud-samples-tools
52- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
52+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
5353 with :
5454 go-version : ${{ env.GO_VERSION }}
5555 - name : Build Custard (from cloud-samples-tools)
@@ -72,12 +72,12 @@ jobs:
7272 - name : Checkout
7373 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7474 - name : Setup Node
75- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
75+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
7676 with :
7777 node-version : 20
7878 - run : npm install
7979 - name : Run lint
80- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
80+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
8181 with :
8282 script : |
8383 const { execSync } = await import("node:child_process");
@@ -116,7 +116,7 @@ jobs:
116116 timeout-minutes : 5
117117 steps :
118118 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
119- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
119+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
120120 with :
121121 node-version : 20
122122 - run : ./.github/workflows/utils/region-tags-tests.sh
@@ -143,7 +143,7 @@ jobs:
143143 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
144144 with :
145145 ref : ${{ github.event.pull_request.head.sha }}
146- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
146+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
147147 with :
148148 node-version : ${{ fromJson(env.CI_SETUP).node-version }}
149149 - uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
@@ -157,7 +157,7 @@ jobs:
157157 id_token_audience : ' https://action.test/' # service must have this custom audience
158158 id_token_include_email : true
159159 - name : Export environment variables
160- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
160+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
161161 id : vars
162162 with :
163163 script : |
@@ -167,7 +167,7 @@ jobs:
167167 const serviceAccount = '${{ env.GOOGLE_SERVICE_ACCOUNT }}';
168168 const idToken = '${{ steps.auth.outputs.id_token }}';
169169 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
171171 if : ${{ fromJson(steps.vars.outputs.result).secrets }}
172172 with :
173173 secrets : ${{ fromJson(steps.vars.outputs.result).secrets }}
0 commit comments