@@ -29,10 +29,10 @@ jobs:
29
29
id-token : " write"
30
30
steps :
31
31
- name : Checkout code
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
- id : auth
34
34
name : Authenticate to Google Cloud
35
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
35
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
36
36
with :
37
37
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
38
38
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -69,24 +69,24 @@ jobs:
69
69
id-token : write
70
70
steps :
71
71
- name : Checkout code
72
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
73
73
- id : auth
74
74
name : Authenticate to Google Cloud
75
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
75
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
76
76
with :
77
77
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
78
78
service_account : ${{ vars.SERVICE_ACCOUNT }}
79
79
access_token_lifetime : 600s
80
80
- id : secrets
81
81
name : Get secrets
82
- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
82
+ uses : google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
83
83
with :
84
84
secrets : |-
85
85
NODEPOOL_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/NODEPOOL_SERVICEACCOUNT_EMAIL
86
86
TFSTATE_STORAGE_BUCKET:${{ vars.GOOGLE_CLOUD_PROJECT }}/TFSTATE_STORAGE_BUCKET
87
87
WORKLOAD_ID_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/WORKLOAD_ID_SERVICEACCOUNT_EMAIL
88
88
- name : Set up Cloud SDK
89
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
89
+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
90
90
- name : " Setup Go"
91
91
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
92
92
with :
0 commit comments