File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
actions/auth-gcp-artifact-registry Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - id : auth
2323 name : ' Authenticate to Google Cloud'
24- uses : ' google-github-actions/auth@v2 '
24+ uses : ' google-github-actions/auth@v3 '
2525 with :
2626 workload_identity_provider : ${{ inputs.workload-id-provider }}
2727 service_account : ${{ inputs.service-account }}
Original file line number Diff line number Diff line change 3737
3838 - id : auth
3939 name : Authenticate to Google Cloud
40- uses : google-github-actions/auth@v2
40+ uses : google-github-actions/auth@v3
4141 with :
4242 workload_identity_provider : ${{ inputs.workload-id-provider }}
4343 service_account : ${{ inputs.service-account }}
Original file line number Diff line number Diff line change 4848 # Uses Google workload identity federation to authenticate without keys, in security circle project. Variables defined in security circle
4949 - id : ' auth'
5050 name : ' Authenticate to Google Cloud'
51- uses : ' google-github-actions/auth@v2 '
51+ uses : ' google-github-actions/auth@v3 '
5252 with :
5353 workload_identity_provider : ${{ inputs.workload-id-provider }}
5454 service_account : ${{ inputs.service-account }}
Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ jobs:
7272
7373 - id : auth-gcp-no-master
7474 name : Authenticate to Google Cloud
75- uses : google-github-actions/auth@v2
75+ uses : google-github-actions/auth@v3
7676 with :
7777 workload_identity_provider : ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }}
7878 service_account : ${{ inputs.service-account }}
7979 if : github.ref != 'refs/heads/master'
8080
8181 - id : auth-gcp-master
8282 name : Authenticate to Google Cloud
83- uses : google-github-actions/auth@v2
83+ uses : google-github-actions/auth@v3
8484 with :
8585 workload_identity_provider : ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER_MASTER }}
8686 service_account : ${{ inputs.service-account }}
You can’t perform that action at this time.
0 commit comments