From 31d379a7bf3407b5036873da71c2f965ed60ba9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:36:32 +0000 Subject: [PATCH] Bump spring-io/spring-security-release-tools/.github/workflows/release-announcements-stage.yml Bumps [spring-io/spring-security-release-tools/.github/workflows/release-announcements-stage.yml](https://github.com/spring-io/spring-security-release-tools) from 1.0.16 to 1.0.17. - [Release notes](https://github.com/spring-io/spring-security-release-tools/releases) - [Changelog](https://github.com/spring-io/spring-security-release-tools/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-io/spring-security-release-tools/compare/d6c65d3013c0888e2c9cbae9f4beda610994776c...3f6cc7ffc137ca160061749d5f34dc30d5f36986) --- updated-dependencies: - dependency-name: spring-io/spring-security-release-tools/.github/workflows/release-announcements-stage.yml dependency-version: 1.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-announcements-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-announcements-stage.yml b/.github/workflows/release-announcements-stage.yml index fd1c6da47d..6adbc0ae56 100644 --- a/.github/workflows/release-announcements-stage.yml +++ b/.github/workflows/release-announcements-stage.yml @@ -18,7 +18,7 @@ jobs: stage-release-announcements: name: Stage Release Announcements if: ${{ !github.event.repository.fork }} - uses: spring-io/spring-security-release-tools/.github/workflows/release-announcements-stage.yml@d6c65d3013c0888e2c9cbae9f4beda610994776c # v1.0.16 + uses: spring-io/spring-security-release-tools/.github/workflows/release-announcements-stage.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: version: ${{ inputs.version || github.ref_name }} secrets: inherit