@@ -29,10 +29,10 @@ jobs:
29
29
id-token : " write"
30
30
steps :
31
31
- name : Checkout code
32
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0
35
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
36
36
with :
37
37
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
38
38
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -69,10 +69,10 @@ jobs:
69
69
id-token : write
70
70
steps :
71
71
- name : Checkout code
72
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0
75
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
76
76
with :
77
77
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
78
78
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -86,15 +86,15 @@ jobs:
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@e30db14379863a8c79331b04a9969f4c1e225e0b # v1 .1.1
89
+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2 .1.4
90
90
- name : " Setup Go"
91
91
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
92
92
with :
93
93
go-version : " 1.24"
94
94
- name : Set up QEMU
95
- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
95
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
96
96
- name : Set up Docker Buildx
97
- uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 .10.0
97
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 .10.0
98
98
- id : e2e
99
99
name : Run E2E Tests
100
100
run : " ./tools/e2e_test_job.sh"
0 commit comments