@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Authenticate to Google Cloud
129
129
id : auth
130
- uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
130
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
131
131
with :
132
132
token_format : access_token
133
133
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -233,7 +233,7 @@ jobs:
233
233
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
234
234
235
235
- name : Upload coverage to Codecov
236
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
236
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
237
237
with :
238
238
files : ./coverage.txt
239
239
token : ${{ secrets.CODECOV_TOKEN }} # required
@@ -409,7 +409,7 @@ jobs:
409
409
410
410
- name : Authenticate to Google Cloud
411
411
id : auth
412
- uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
412
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
413
413
with :
414
414
token_format : access_token
415
415
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -449,7 +449,7 @@ jobs:
449
449
if : ${{ needs.checks.outputs.forked_workflow == 'true' && needs.checks.outputs.docs_only == 'false' }}
450
450
451
451
- name : Build Docker Image ${{ matrix.base-os }}
452
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
452
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
453
453
with :
454
454
file : build/Dockerfile
455
455
context : " ."
@@ -549,7 +549,7 @@ jobs:
549
549
550
550
- name : Authenticate to Google Cloud
551
551
id : auth
552
- uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
552
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
553
553
with :
554
554
token_format : access_token
555
555
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -573,7 +573,7 @@ jobs:
573
573
if : ${{ needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.docs_only == 'false' }}
574
574
575
575
- name : Build Test-Runner Container
576
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
576
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
577
577
with :
578
578
file : tests/Dockerfile
579
579
context : " ."
0 commit comments