From c132b618c76cfc641ce1316e3bab4614241b6b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 07:03:36 +0000 Subject: [PATCH] Bump the all-gh-actions group with 2 updates Bumps the all-gh-actions group with 2 updates: [octo-sts/action](https://github.com/octo-sts/action) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `octo-sts/action` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/octo-sts/action/releases) - [Commits](https://github.com/octo-sts/action/compare/a26b0c6455c7f13316f29a8766287f939e75f6c8...d6c70ad3b9ac85df6da6b9749014d7283987cfec) Updates `renovatebot/github-action` from 43.0.17 to 43.0.18 - [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/70ea19f1b0dc8a9cc7af1b4278f8d3fd9778b577...aec779d4f7845f8431ddf403cf9659d4702ddde0) --- updated-dependencies: - dependency-name: octo-sts/action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions - dependency-name: renovatebot/github-action dependency-version: 43.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/make-self-upgrade.yaml | 2 +- .github/workflows/renovate.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml index 03e69b6d..25dffeff 100644 --- a/.github/workflows/make-self-upgrade.yaml +++ b/.github/workflows/make-self-upgrade.yaml @@ -32,7 +32,7 @@ jobs: exit 1 - name: Octo STS Token Exchange - uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 + uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3 id: octo-sts with: scope: 'jetstack/jetstack-secure' diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index f852bd91..e1beb605 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -27,7 +27,7 @@ jobs: exit 1 - name: Octo STS Token Exchange - uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 + uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3 id: octo-sts with: scope: 'jetstack/jetstack-secure' @@ -50,7 +50,7 @@ jobs: go-version: ${{ steps.go-version.outputs.result }} - name: Self-hosted Renovate - uses: renovatebot/github-action@70ea19f1b0dc8a9cc7af1b4278f8d3fd9778b577 # v43.0.17 + uses: renovatebot/github-action@ea850436a5fe75c0925d583c7a02c60a5865461d # v43.0.20 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}