@@ -29,16 +29,16 @@ jobs:
2929 id-token : " write"
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3333 - id : auth
3434 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
3636 with :
3737 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
3838 service_account : ${{ vars.SERVICE_ACCOUNT }}
3939 access_token_lifetime : 600s
4040 - name : Setup Go
41- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
41+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4242 with :
4343 go-version : " 1.25"
4444 - name : Set up build.env with phony secrets.
@@ -69,32 +69,32 @@ jobs:
6969 id-token : write
7070 steps :
7171 - name : Checkout code
72- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
72+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
7373 - id : auth
7474 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
7676 with :
7777 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
7878 service_account : ${{ vars.SERVICE_ACCOUNT }}
7979 access_token_lifetime : 600s
8080 - id : secrets
8181 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
8383 with :
8484 secrets : |-
8585 NODEPOOL_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/NODEPOOL_SERVICEACCOUNT_EMAIL
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@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
89+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
9090 - name : " Setup Go"
91- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
91+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9292 with :
9393 go-version : " 1.25"
9494 - name : Set up QEMU
95- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
95+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0 .0
9696 - name : Set up Docker Buildx
97- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
97+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
9898 - id : e2e
9999 name : Run E2E Tests
100100 run : " ./tools/e2e_test_job.sh"
0 commit comments