@@ -16,13 +16,13 @@ jobs:
1616 working-directory : ./tools/reaper
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 repository : fluxcd/test-infra
2222 - name : Setup Go
23- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
23+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2424 with :
25- go-version : 1.25 .x
25+ go-version : 1.26 .x
2626 cache-dependency-path : ./tools/reaper/go.sum
2727 - name : Setup bin dir
2828 run : mkdir -p ~/.local/bin
@@ -43,13 +43,13 @@ jobs:
4343 if : true
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747 with :
4848 repository : fluxcd/test-infra
4949 - name : Setup Go
50- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
50+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
5151 with :
52- go-version : 1.25 .x
52+ go-version : 1.26 .x
5353 cache-dependency-path : ./tools/reaper/go.sum
5454 - name : Authenticate to Azure
5555 uses : Azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v1.4.6
@@ -66,16 +66,16 @@ jobs:
6666 if : true
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
69+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070 with :
7171 repository : fluxcd/test-infra
7272 - name : Setup Go
73- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
73+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
7474 with :
75- go-version : 1.25 .x
75+ go-version : 1.26 .x
7676 cache-dependency-path : ./tools/reaper/go.sum
7777 - name : Authenticate to AWS
78- uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
78+ uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
7979 with :
8080 role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.CLEANUP_E2E_AWS_ASSUME_ROLE_NAME }}
8181 role-session-name : cleanup_GH_Actions
0 commit comments