@@ -132,15 +132,15 @@ jobs:
132
132
133
133
- name : Authenticate to Google Cloud
134
134
id : auth
135
- uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
135
+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
136
136
with :
137
137
token_format : access_token
138
138
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
139
139
service_account : ${{ secrets.GCR_SERVICE_ACCOUNT }}
140
140
if : ${{ steps.vars.outputs.forked_workflow == 'false' }}
141
141
142
142
- name : Login to GCR
143
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
143
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
144
144
with :
145
145
registry : gcr.io
146
146
username : oauth2accesstoken
@@ -440,15 +440,15 @@ jobs:
440
440
441
441
- name : Authenticate to Google Cloud
442
442
id : auth
443
- uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
443
+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
444
444
with :
445
445
token_format : access_token
446
446
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
447
447
service_account : ${{ secrets.GCR_SERVICE_ACCOUNT }}
448
448
if : ${{ needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' }}
449
449
450
450
- name : Login to GCR
451
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
451
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
452
452
with :
453
453
registry : gcr.io
454
454
username : oauth2accesstoken
@@ -505,15 +505,15 @@ jobs:
505
505
506
506
- name : Authenticate to Google Cloud
507
507
id : auth
508
- uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
508
+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
509
509
with :
510
510
token_format : access_token
511
511
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
512
512
service_account : ${{ secrets.GCR_SERVICE_ACCOUNT }}
513
513
if : ${{ needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' }}
514
514
515
515
- name : Login to GCR
516
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
516
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
517
517
with :
518
518
registry : gcr.io
519
519
username : oauth2accesstoken
@@ -645,15 +645,15 @@ jobs:
645
645
646
646
- name : Authenticate to Google Cloud
647
647
id : auth
648
- uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
648
+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
649
649
with :
650
650
token_format : access_token
651
651
workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
652
652
service_account : ${{ secrets.GCR_SERVICE_ACCOUNT }}
653
653
if : ${{ needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.docs_only == 'false' }}
654
654
655
655
- name : Login to GCR
656
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
656
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
657
657
with :
658
658
registry : gcr.io
659
659
username : oauth2accesstoken
0 commit comments