From 7e9fdba61c36b043991e00c43cba9c8f378012a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:17:34 +0000 Subject: [PATCH] Bump the ci group with 5 updates Bumps the ci group with 5 updates: | Package | From | To | | --- | --- | --- | | [fluxcd/gha-workflows/.github/workflows/backport.yaml](https://github.com/fluxcd/gha-workflows) | `0.4.0` | `0.5.0` | | [fluxcd/gha-workflows/.github/workflows/code-scan.yaml](https://github.com/fluxcd/gha-workflows) | `0.4.0` | `0.5.0` | | [fluxcd/gha-workflows](https://github.com/fluxcd/gha-workflows) | `0.4.0` | `0.5.0` | | [fluxcd/gha-workflows/.github/workflows/labels-sync.yaml](https://github.com/fluxcd/gha-workflows) | `0.4.0` | `0.5.0` | | [fluxcd/gha-workflows/.github/workflows/controller-release.yaml](https://github.com/fluxcd/gha-workflows) | `0.4.0` | `0.5.0` | Updates `fluxcd/gha-workflows/.github/workflows/backport.yaml` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/fluxcd/gha-workflows/releases) - [Commits](https://github.com/fluxcd/gha-workflows/compare/v0.4.0...v0.5.0) Updates `fluxcd/gha-workflows/.github/workflows/code-scan.yaml` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/fluxcd/gha-workflows/releases) - [Commits](https://github.com/fluxcd/gha-workflows/compare/v0.4.0...v0.5.0) Updates `fluxcd/gha-workflows` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/fluxcd/gha-workflows/releases) - [Commits](https://github.com/fluxcd/gha-workflows/compare/v0.4.0...v0.5.0) Updates `fluxcd/gha-workflows/.github/workflows/labels-sync.yaml` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/fluxcd/gha-workflows/releases) - [Commits](https://github.com/fluxcd/gha-workflows/compare/v0.4.0...v0.5.0) Updates `fluxcd/gha-workflows/.github/workflows/controller-release.yaml` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/fluxcd/gha-workflows/releases) - [Commits](https://github.com/fluxcd/gha-workflows/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: fluxcd/gha-workflows/.github/workflows/backport.yaml dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: fluxcd/gha-workflows/.github/workflows/code-scan.yaml dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: fluxcd/gha-workflows dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: fluxcd/gha-workflows/.github/workflows/labels-sync.yaml dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: fluxcd/gha-workflows/.github/workflows/controller-release.yaml dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yaml | 2 +- .github/workflows/code-scan.yaml | 2 +- .github/workflows/e2e.yaml | 2 +- .github/workflows/labels-sync.yaml | 2 +- .github/workflows/release.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index f67e6a9..36cc802 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.4.0 + uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.5.0 secrets: github-token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/code-scan.yaml b/.github/workflows/code-scan.yaml index 67cb6dc..26ab2c1 100644 --- a/.github/workflows/code-scan.yaml +++ b/.github/workflows/code-scan.yaml @@ -9,7 +9,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.4.0 + uses: fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.5.0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }} fossa-token: ${{ secrets.FOSSA_TOKEN }} diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index b043fd1..dcfc178 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -11,7 +11,7 @@ jobs: contents: read # for reading the repository code. steps: - name: Test suite setup - uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.4.0 + uses: fluxcd/gha-workflows/.github/actions/setup-kubernetes@v0.5.0 with: go-version: 1.25.x - name: Run tests diff --git a/.github/workflows/labels-sync.yaml b/.github/workflows/labels-sync.yaml index a463509..e4464c7 100644 --- a/.github/workflows/labels-sync.yaml +++ b/.github/workflows/labels-sync.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.4.0 + uses: fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.5.0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9cc8d6e..8b8372e 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.4.0 + uses: fluxcd/gha-workflows/.github/workflows/controller-release.yaml@v0.5.0 with: controller: ${{ github.event.repository.name }} release-candidate-prefix: ${{ github.event.inputs.tag }}