2020 with :
2121 repository : fluxcd/test-infra
2222 - name : Setup Go
23- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
23+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2424 with :
2525 go-version : 1.26.x
2626 cache-dependency-path : ./tools/reaper/go.sum
@@ -47,12 +47,12 @@ jobs:
4747 with :
4848 repository : fluxcd/test-infra
4949 - name : Setup Go
50- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
50+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5151 with :
5252 go-version : 1.26.x
5353 cache-dependency-path : ./tools/reaper/go.sum
5454 - name : Authenticate to Azure
55- uses : Azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v1.4.6
55+ uses : Azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v1.4.6
5656 with :
5757 creds : ' {"clientId":"${{ secrets.ARM_CLIENT_ID }}","clientSecret":"${{ secrets.ARM_CLIENT_SECRET }}","subscriptionId":"${{ secrets.ARM_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.ARM_TENANT_ID }}"}'
5858 - name : Run reaper
@@ -70,12 +70,12 @@ jobs:
7070 with :
7171 repository : fluxcd/test-infra
7272 - name : Setup Go
73- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
73+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7474 with :
7575 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@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0 .0
78+ uses : aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1 .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