From 01290a566cca9bd8aaa22de7482463df19fb8b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 19:13:12 +0000 Subject: [PATCH] Bump spring-io/spring-security-release-tools/.github/workflows/perform-release.yml Bumps [spring-io/spring-security-release-tools/.github/workflows/perform-release.yml](https://github.com/spring-io/spring-security-release-tools) from 1.0.14 to 1.0.15. - [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/v1.0.14...v1.0.15) --- updated-dependencies: - dependency-name: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml dependency-version: 1.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 140fbb302..d43e31893 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -32,7 +32,7 @@ jobs: perform-release: name: Perform Release needs: [ deploy-artifacts ] - uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1.0.14 + uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1.0.15 with: should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }} project-version: ${{ needs.deploy-artifacts.outputs.project-version }}