From 410a1af1f0376e6433ac5bfad17e160abd064f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:03:47 +0000 Subject: [PATCH] Bump the all-gh-actions group across 1 directory with 3 updates Bumps the all-gh-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [octo-sts/action](https://github.com/octo-sts/action) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `octo-sts/action` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/octo-sts/action/releases) - [Commits](https://github.com/octo-sts/action/compare/d6c70ad3b9ac85df6da6b9749014d7283987cfec...f603d3be9d8dd9871a265776e625a27b00effe05) Updates `renovatebot/github-action` from 44.0.2 to 44.0.5 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/c5fdc9f98fdf9e9bb16b5760f7e560256eb79326...5712c6a41dea6cdf32c72d92a763bd417e6606aa) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: octo-sts/action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gh-actions - dependency-name: renovatebot/github-action dependency-version: 44.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/govulncheck.yaml | 2 +- .github/workflows/make-self-upgrade.yaml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/renovate.yaml | 6 +++--- .github/workflows/tests.yaml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index 972b3e0e..fdf6af3a 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -24,7 +24,7 @@ jobs: if: github.repository == 'jetstack/jetstack-secure' steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need # the tags so `git describe` returns a valid version. # see https://github.com/actions/checkout/issues/701 for extra info about this option diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml index 25dffeff..7a64eaf6 100644 --- a/.github/workflows/make-self-upgrade.yaml +++ b/.github/workflows/make-self-upgrade.yaml @@ -32,13 +32,13 @@ jobs: exit 1 - name: Octo STS Token Exchange - uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3 + uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 id: octo-sts with: scope: 'jetstack/jetstack-secure' identity: make-self-upgrade - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need # the tags so `git describe` returns a valid version. # see https://github.com/actions/checkout/issues/701 for extra info about this option diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fb5f529..900f8117 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: id-token: write # needed for keyless signing & google auth steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./.github/actions/repo_access with: diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 24477324..eead8d8f 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -27,13 +27,13 @@ jobs: exit 1 - name: Octo STS Token Exchange - uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3 + uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 id: octo-sts with: scope: 'jetstack/jetstack-secure' identity: renovate - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need # the tags so `git describe` returns a valid version. # see https://github.com/actions/checkout/issues/701 for extra info about this option @@ -50,7 +50,7 @@ jobs: go-version: ${{ steps.go-version.outputs.result }} - name: Self-hosted Renovate - uses: renovatebot/github-action@c5fdc9f98fdf9e9bb16b5760f7e560256eb79326 # v44.0.2 + uses: renovatebot/github-action@5712c6a41dea6cdf32c72d92a763bd417e6606aa # v44.0.5 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c80904cf..b8049835 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: id-token: write # needed for google auth steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'test-e2e') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0