From f97fbbe0c50ac9ddcb0414d3ded9533e0d51acd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:37:15 +0000 Subject: [PATCH] Bump the all-gh-actions group across 1 directory with 2 updates Bumps the all-gh-actions group with 2 updates in the / directory: [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.1 to 1.0.2 - [Release notes](https://github.com/octo-sts/action/releases) - [Commits](https://github.com/octo-sts/action/compare/e480437973a6f6ac2e9caa40ecabedc870d76395...a26b0c6455c7f13316f29a8766287f939e75f6c8) Updates `renovatebot/github-action` from 43.0.10 to 43.0.14 - [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/7876d7a812254599d262d62b6b2c2706018258a2...2d941ef4e268e53affdc1f11365c69a73e544f50) --- updated-dependencies: - dependency-name: octo-sts/action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions - dependency-name: renovatebot/github-action dependency-version: 43.0.14 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 959b5ecd..03e69b6d 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@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1 + uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 id: octo-sts with: scope: 'jetstack/jetstack-secure' diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 491548ca..1594547d 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@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1 + uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 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@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10 + uses: renovatebot/github-action@2d941ef4e268e53affdc1f11365c69a73e544f50 # v43.0.14 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}