@@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 build :
1919 name : Build
20- uses : spring-io/spring-security-release-tools/.github/workflows/build.yml@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
20+ uses : spring-io/spring-security-release-tools/.github/workflows/build.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
2121 strategy :
2222 matrix :
2323 os : [ ubuntu-latest, windows-latest ]
2929 secrets : inherit
3030 test :
3131 name : Test Against Snapshots
32- uses : spring-io/spring-security-release-tools/.github/workflows/test.yml@v1
32+ uses : spring-io/spring-security-release-tools/.github/workflows/test.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
3333 strategy :
3434 matrix :
3535 include :
@@ -67,21 +67,21 @@ jobs:
6767 deploy-artifacts :
6868 name : Deploy Artifacts
6969 needs : [ build, test, check-samples ]
70- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
70+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
7171 with :
7272 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
7373 secrets : inherit
7474 deploy-schema :
7575 name : Deploy Schema
7676 needs : [ build, test, check-samples ]
77- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
77+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
7878 with :
7979 should-deploy-schema : ${{ needs.build.outputs.should-deploy-artifacts }}
8080 secrets : inherit
8181 perform-release :
8282 name : Perform Release
8383 needs : [ deploy-artifacts, deploy-schema ]
84- uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
84+ uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
8585 with :
8686 should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
8787 project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
9797 runs-on : ubuntu-latest
9898 steps :
9999 - name : Send Notification
100- uses : spring-io/spring-security-release-tools/.github/actions/send-notification@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
100+ uses : spring-io/spring-security-release-tools/.github/actions/send-notification@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
101101 with :
102102 webhook-url : ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
0 commit comments