From 75a5dbc924ead61080f80f5abdd1ddf91423c494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 00:39:02 +0000 Subject: [PATCH] Bump spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml Bumps [spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml](https://github.com/spring-io/spring-security-release-tools) from 1.0.17 to 1.0.18. - [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/3f6cc7ffc137ca160061749d5f34dc30d5f36986...33d8b6e0a246353d4b659d7676173436a302ab2b) --- updated-dependencies: - dependency-name: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml dependency-version: 1.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration-workflow.yml | 2 +- .github/workflows/release-announcements-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 8b654026dff..56f15957ba4 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -38,7 +38,7 @@ jobs: deploy-schema: name: Deploy Schema needs: [ build ] - uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@33d8b6e0a246353d4b659d7676173436a302ab2b # v1.0.18 with: should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }} secrets: inherit diff --git a/.github/workflows/release-announcements-publish.yml b/.github/workflows/release-announcements-publish.yml index 15ee461dc42..35d1fc2efbc 100644 --- a/.github/workflows/release-announcements-publish.yml +++ b/.github/workflows/release-announcements-publish.yml @@ -16,7 +16,7 @@ permissions: jobs: deploy-schema: name: Deploy Schema - uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@33d8b6e0a246353d4b659d7676173436a302ab2b # v1.0.18 with: should-deploy-schema: true secrets: inherit