@@ -32,13 +32,13 @@ jobs:
32
32
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
36
36
with :
37
37
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
38
38
service_account : ${{ vars.SERVICE_ACCOUNT }}
39
39
access_token_lifetime : 600s
40
40
- name : Setup Go
41
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
41
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
42
42
with :
43
43
go-version : " 1.24"
44
44
- name : Set up build.env with phony secrets.
@@ -72,29 +72,29 @@ jobs:
72
72
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
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@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
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@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5
90
90
- name : " Setup Go"
91
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
91
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
92
92
with :
93
93
go-version : " 1.24"
94
94
- name : Set up QEMU
95
95
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
96
96
- name : Set up Docker Buildx
97
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
97
+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
98
98
- id : e2e
99
99
name : Run E2E Tests
100
100
run : " ./tools/e2e_test_job.sh"
0 commit comments