File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77 permissions :
88 contents : write # for reading and creating branches.
99 pull-requests : write # for creating pull requests against release branches.
10- uses : fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4 .0
10+ uses : fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.5 .0
1111 secrets :
1212 github-token : ${{ secrets.BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 contents : read # for reading the repository code.
1313 steps :
1414 - name : Test suite setup
15- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
15+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.5 .0
1616 with :
1717 go-version : 1.25.x
1818 - name : Run tests
Original file line number Diff line number Diff line change 1010 contents : read # for reading the repository code.
1111 steps :
1212 - name : Test suite setup
13- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
13+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.5 .0
1414 with :
1515 go-version : 1.25.x
1616 - name : Smoke test Fuzzers
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 working-directory : ./tests/integration
1313 steps :
1414 - name : Test suite setup
15- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
15+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.5 .0
1616 with :
1717 go-version : 1.25.x
1818 - name : Setup Terraform
1919 uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2020 - name : Configure AWS credentials
21- uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
21+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
2222 with :
2323 role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.IRC_E2E_AWS_ASSUME_ROLE_NAME }}
2424 role-session-name : IRC_GH_Actions
Original file line number Diff line number Diff line change 1212 working-directory : ./tests/integration
1313 steps :
1414 - name : Test suite setup
15- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
15+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.5 .0
1616 with :
1717 go-version : 1.25.x
1818 - name : Setup Terraform
Original file line number Diff line number Diff line change 1212 working-directory : ./tests/integration
1313 steps :
1414 - name : Test suite setup
15- uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4 .0
15+ uses : fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.5 .0
1616 with :
1717 go-version : 1.25.x
1818 - name : Setup Terraform
@@ -26,13 +26,13 @@ jobs:
2626 - name : Set up gcloud
2727 uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
2828 - name : Log into gcr.io
29- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
29+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
3030 with :
3131 registry : gcr.io
3232 username : oauth2accesstoken
3333 password : ${{ steps.auth.outputs.access_token }}
3434 - name : Log into us-central1-docker.pkg.dev
35- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
35+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
3636 with :
3737 registry : us-central1-docker.pkg.dev
3838 username : oauth2accesstoken
Original file line number Diff line number Diff line change 1515 contents : write # for creating the GitHub release.
1616 id-token : write # for creating OIDC tokens for signing.
1717 packages : write # for pushing and signing container images.
18- uses : fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.4 .0
18+ uses : fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.5 .0
1919 with :
2020 controller : ${{ github.event.repository.name }}
2121 release-candidate-prefix : ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : read # for reading the repository code.
1313 security-events : write # for uploading the CodeQL analysis results.
14- uses : fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.4 .0
14+ uses : fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.5 .0
1515 secrets :
1616 github-token : ${{ secrets.GITHUB_TOKEN }}
1717 fossa-token : ${{ secrets.FOSSA_TOKEN }}
Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : read # for reading the labels file.
1313 issues : write # for creating and updating labels.
14- uses : fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.4 .0
14+ uses : fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.5 .0
1515 secrets :
1616 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments