@@ -49,17 +49,17 @@ jobs:
4949
5050 steps :
5151 - name : Checkout code
52- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5353
5454 - name : Use Nodejs ${{ matrix.node-version }}
55- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
55+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5656 with :
5757 node-version : ${{ matrix.node-version }}
5858
5959 - id : auth
6060 name : Authenticate to Google Cloud
6161 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
62- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
62+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
6363 with :
6464 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
6565 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -143,10 +143,10 @@ jobs:
143143
144144 steps :
145145 - name : Checkout Repository
146- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
146+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
147147
148148 - name : Use Node.js ${{ matrix.node-version }}
149- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
149+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
150150 with :
151151 node-version : ${{ matrix.node-version }}
152152
@@ -158,15 +158,15 @@ jobs:
158158
159159 - id : auth
160160 name : Authenticate to Google Cloud
161- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
161+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
162162 with :
163163 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
164164 service_account : ${{ vars.SERVICE_ACCOUNT }}
165165 access_token_lifetime : 600s
166166
167167 - id : secrets
168168 name : Get secrets
169- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
169+ uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
170170 with :
171171 secrets : |-
172172 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -286,10 +286,10 @@ jobs:
286286
287287 steps :
288288 - name : Checkout Repository
289- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
289+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
290290
291291 - name : Setup Node.js
292- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
292+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
293293 with :
294294 node-version : v20.x
295295
@@ -311,15 +311,15 @@ jobs:
311311
312312 - id : auth
313313 name : Authenticate to Google Cloud
314- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
314+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
315315 with :
316316 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
317317 service_account : ${{ vars.SERVICE_ACCOUNT }}
318318 access_token_lifetime : 600s
319319
320320 - id : secrets
321321 name : Get secrets
322- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
322+ uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
323323 with :
324324 secrets : |-
325325 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
0 commit comments