@@ -29,10 +29,10 @@ jobs:
2929 id-token : " write"
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
32+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 - id : auth
3434 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
3636 with :
3737 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
3838 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -69,10 +69,10 @@ jobs:
6969 id-token : write
7070 steps :
7171 - name : Checkout code
72- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
72+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7373 - id : auth
7474 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
7676 with :
7777 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
7878 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -86,15 +86,15 @@ jobs:
8686 TFSTATE_STORAGE_BUCKET:${{ vars.GOOGLE_CLOUD_PROJECT }}/TFSTATE_STORAGE_BUCKET
8787 WORKLOAD_ID_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/WORKLOAD_ID_SERVICEACCOUNT_EMAIL
8888 - 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
9090 - name : " Setup Go"
9191 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9292 with :
9393 go-version : " 1.24"
9494 - name : Set up QEMU
95- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
95+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
9696 - 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
9898 - id : e2e
9999 name : Run E2E Tests
100100 run : " ./tools/e2e_test_job.sh"
0 commit comments