2323 with :
2424 repository : fluxcd/test-infra
2525 - name : Setup Go
26- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
26+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2727 with :
2828 go-version : 1.25.x
2929 cache-dependency-path : ./tools/reaper/go.sum
@@ -46,11 +46,11 @@ jobs:
4646 wget https://github.com/graillus/gcrgc/releases/download/v${GCRGC_VERSION}/gcrgc_${GCRGC_VERSION}_linux_amd64.tar.gz -O - | tar xz
4747 mv gcrgc ~/.local/bin/
4848 - name : Authenticate to Google Cloud
49- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
49+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
5050 with :
5151 credentials_json : ' ${{ secrets.CLEANUP_E2E_GOOGLE_CREDENTIALS }}'
5252 - name : Setup gcloud
53- uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
53+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
5454 - name : Run gcrgc
5555 # Cleanup all the GCR repositories in the project. They are not tracked
5656 # by terraform used to provision test infra and are left behind.
7070 with :
7171 repository : fluxcd/test-infra
7272 - name : Setup Go
73- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
73+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
7474 with :
7575 go-version : 1.25.x
7676 cache-dependency-path : ./tools/reaper/go.sum
@@ -93,12 +93,12 @@ jobs:
9393 with :
9494 repository : fluxcd/test-infra
9595 - name : Setup Go
96- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
96+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
9797 with :
9898 go-version : 1.25.x
9999 cache-dependency-path : ./tools/reaper/go.sum
100100 - name : Authenticate to AWS
101- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
101+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
102102 with :
103103 role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.CLEANUP_E2E_AWS_ASSUME_ROLE_NAME }}
104104 role-session-name : cleanup_GH_Actions
0 commit comments