diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index b220d1d6f0..8b654026df 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -30,7 +30,7 @@ jobs: deploy-artifacts: name: Deploy Artifacts needs: [ build ] - uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15 + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} default-publish-milestones-central: true @@ -38,7 +38,7 @@ jobs: deploy-schema: name: Deploy Schema needs: [ build ] - uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15 + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }} secrets: inherit @@ -49,6 +49,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Notification - uses: spring-io/spring-security-release-tools/.github/actions/send-notification@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15 + uses: spring-io/spring-security-release-tools/.github/actions/send-notification@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }} diff --git a/.github/workflows/pr-build-workflow.yml b/.github/workflows/pr-build-workflow.yml index 228a8c000c..f677d8a3e8 100644 --- a/.github/workflows/pr-build-workflow.yml +++ b/.github/workflows/pr-build-workflow.yml @@ -46,6 +46,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Notification - uses: spring-io/spring-security-release-tools/.github/actions/send-notification@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15 + uses: spring-io/spring-security-release-tools/.github/actions/send-notification@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }} diff --git a/.github/workflows/release-announcements-publish.yml b/.github/workflows/release-announcements-publish.yml index 449db9269d..15ee461dc4 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@d6c65d3013c0888e2c9cbae9f4beda610994776c # v1.0.16 + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: should-deploy-schema: true secrets: inherit @@ -24,7 +24,7 @@ jobs: name: Publish Release Announcements needs: [ deploy-schema ] if: ${{ !github.event.repository.fork }} - uses: spring-io/spring-security-release-tools/.github/workflows/release-announcements-publish.yml@d6c65d3013c0888e2c9cbae9f4beda610994776c # v1.0.16 + uses: spring-io/spring-security-release-tools/.github/workflows/release-announcements-publish.yml@3f6cc7ffc137ca160061749d5f34dc30d5f36986 # v1.0.17 with: version: ${{ inputs.version }} secrets: inherit 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