File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
83
83
- name : Authenticate to Google Cloud
84
84
id : auth
85
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
85
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
86
86
with :
87
87
token_format : access_token
88
88
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY }}
Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ jobs:
86
86
87
87
- name : Authenticate to Google Cloud
88
88
id : auth
89
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
89
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
90
90
with :
91
91
token_format : access_token
92
92
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY }}
93
93
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
94
94
95
95
- name : Set up Cloud SDK
96
- uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
96
+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
97
97
with :
98
98
project_id : ${{ secrets.GCP_PROJECT_ID }}
99
99
install_components : kubectl
You can’t perform that action at this time.
0 commit comments