@@ -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 ]
@@ -30,22 +30,22 @@ jobs:
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
3737 secrets : inherit
3838 deploy-schema :
3939 name : Deploy Schema
4040 needs : [ build ]
41- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
41+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
4242 with :
4343 should-deploy-schema : ${{ needs.build.outputs.should-deploy-artifacts }}
4444 secrets : inherit
4545 perform-release :
4646 name : Perform Release
4747 needs : [ deploy-artifacts, deploy-schema ]
48- uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
48+ uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
4949 with :
5050 should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
5151 project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Send Notification
64- uses : spring-io/spring-security-release-tools/.github/actions/send-notification@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
64+ uses : spring-io/spring-security-release-tools/.github/actions/send-notification@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
6565 with :
6666 webhook-url : ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
0 commit comments