23
23
with :
24
24
repository : fluxcd/test-infra
25
25
- name : Setup Go
26
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
26
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
27
27
with :
28
28
go-version : 1.25.x
29
29
cache-dependency-path : ./tools/reaper/go.sum
@@ -46,11 +46,11 @@ jobs:
46
46
wget https://github.com/graillus/gcrgc/releases/download/v${GCRGC_VERSION}/gcrgc_${GCRGC_VERSION}_linux_amd64.tar.gz -O - | tar xz
47
47
mv gcrgc ~/.local/bin/
48
48
- 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
50
50
with :
51
51
credentials_json : ' ${{ secrets.CLEANUP_E2E_GOOGLE_CREDENTIALS }}'
52
52
- 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
54
54
- name : Run gcrgc
55
55
# Cleanup all the GCR repositories in the project. They are not tracked
56
56
# by terraform used to provision test infra and are left behind.
70
70
with :
71
71
repository : fluxcd/test-infra
72
72
- name : Setup Go
73
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
73
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
74
74
with :
75
75
go-version : 1.25.x
76
76
cache-dependency-path : ./tools/reaper/go.sum
@@ -93,12 +93,12 @@ jobs:
93
93
with :
94
94
repository : fluxcd/test-infra
95
95
- name : Setup Go
96
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
96
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
97
97
with :
98
98
go-version : 1.25.x
99
99
cache-dependency-path : ./tools/reaper/go.sum
100
100
- 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
102
102
with :
103
103
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.CLEANUP_E2E_AWS_ASSUME_ROLE_NAME }}
104
104
role-session-name : cleanup_GH_Actions
0 commit comments