@@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 build :
1919 name : Build
20- uses : spring-io/spring-security-release-tools/.github/workflows/build.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
20+ uses : spring-io/spring-security-release-tools/.github/workflows/build.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
2121 strategy :
2222 matrix :
2323 os : [ ubuntu-latest, windows-latest ]
3030 deploy-artifacts :
3131 name : Deploy Artifacts
3232 needs : [ build]
33- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
33+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
3434 with :
3535 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
3636 default-publish-milestones-central : true
@@ -39,15 +39,15 @@ jobs:
3939 deploy-schema :
4040 name : Deploy Schema
4141 needs : [ build ]
42- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
42+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
4343 with :
4444 should-deploy-schema : ${{ needs.build.outputs.should-deploy-artifacts }}
4545 java-version : 25
4646 secrets : inherit
4747 perform-release :
4848 name : Perform Release
4949 needs : [ deploy-artifacts, deploy-schema ]
50- uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
50+ uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
5151 with :
5252 should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
5353 project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
6464 runs-on : ubuntu-latest
6565 steps :
6666 - name : Send Notification
67- uses : spring-io/spring-security-release-tools/.github/actions/send-notification@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
67+ uses : spring-io/spring-security-release-tools/.github/actions/send-notification@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
6868 with :
6969 webhook-url : ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
0 commit comments