diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 0d8293ce..a53267e4 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -7,6 +7,6 @@ jobs: permissions: contents: write # for reading and creating branches. pull-requests: write # for creating pull requests against release branches. - uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.11.0 + uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.12.0 secrets: github-token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b384f6cd..8aacec50 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: contents: read # for reading the repository code. steps: - name: Test suite setup - uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.11.0 + uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.12.0 with: go-version: 1.26.x - name: Run tests diff --git a/.github/workflows/cifuzz.yaml b/.github/workflows/cifuzz.yaml index b5c590b7..e33522cb 100644 --- a/.github/workflows/cifuzz.yaml +++ b/.github/workflows/cifuzz.yaml @@ -10,7 +10,7 @@ jobs: contents: read # for reading the repository code. steps: - name: Test suite setup - uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.11.0 + uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.12.0 with: go-version: 1.26.x - name: Smoke test Fuzzers diff --git a/.github/workflows/integration-aws.yaml b/.github/workflows/integration-aws.yaml index c8f1bf52..daa5e093 100644 --- a/.github/workflows/integration-aws.yaml +++ b/.github/workflows/integration-aws.yaml @@ -12,13 +12,13 @@ jobs: working-directory: ./tests/integration steps: - name: Test suite setup - uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.11.0 + uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.12.0 with: go-version: 1.26.x - name: Setup Terraform uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.IRC_E2E_AWS_ASSUME_ROLE_NAME }} role-session-name: IRC_GH_Actions diff --git a/.github/workflows/integration-azure.yaml b/.github/workflows/integration-azure.yaml index 06438479..e293f96b 100644 --- a/.github/workflows/integration-azure.yaml +++ b/.github/workflows/integration-azure.yaml @@ -12,7 +12,7 @@ jobs: working-directory: ./tests/integration steps: - name: Test suite setup - uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.11.0 + uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.12.0 with: go-version: 1.26.x - name: Setup Terraform diff --git a/.github/workflows/integration-gcp.yaml b/.github/workflows/integration-gcp.yaml index 40e07e66..99c13e22 100644 --- a/.github/workflows/integration-gcp.yaml +++ b/.github/workflows/integration-gcp.yaml @@ -12,7 +12,7 @@ jobs: working-directory: ./tests/integration steps: - name: Test suite setup - uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.11.0 + uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.12.0 with: go-version: 1.26.x - name: Setup Terraform @@ -26,13 +26,13 @@ jobs: - name: Set up gcloud uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1 - name: Log into gcr.io - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: gcr.io username: oauth2accesstoken password: ${{ steps.auth.outputs.access_token }} - name: Log into us-central1-docker.pkg.dev - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: us-central1-docker.pkg.dev username: oauth2accesstoken diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1d02f0b..53e7ce8e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: contents: write # for creating the GitHub release. id-token: write # for creating OIDC tokens for signing. packages: write # for pushing and signing container images. - uses: fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.11.0 + uses: fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.12.0 with: controller: ${{ github.event.repository.name }} release-candidate-prefix: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 45334e37..d082eeb0 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read # for reading the repository code. security-events: write # for uploading the CodeQL analysis results. - uses: fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.11.0 + uses: fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.12.0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }} fossa-token: ${{ secrets.FOSSA_TOKEN }} diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index 168e024e..0acd55b5 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -11,6 +11,6 @@ jobs: permissions: contents: read # for reading the labels file. issues: write # for creating and updating labels. - uses: fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.11.0 + uses: fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.12.0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/upgrade-fluxcd-pkg.yaml b/.github/workflows/upgrade-fluxcd-pkg.yaml index f263d408..d37a60e5 100644 --- a/.github/workflows/upgrade-fluxcd-pkg.yaml +++ b/.github/workflows/upgrade-fluxcd-pkg.yaml @@ -5,6 +5,6 @@ on: jobs: upgrade-fluxcd-pkg: - uses: fluxcd/gha-workflows/.github/workflows/upgrade-fluxcd-pkg.yaml@v0.11.0 + uses: fluxcd/gha-workflows/.github/workflows/upgrade-fluxcd-pkg.yaml@v0.12.0 secrets: github-token: ${{ secrets.BOT_GITHUB_TOKEN }}