Skip to content

Commit c2f0f7b

Browse files
committed
Use SHA Hashes for spring-security-release-tools Workflows
Issue gh-18648 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 8cd2f36 commit c2f0f7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
snapshot-test:
1616
name: Test Against Snapshots
17-
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1
17+
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
1818
strategy:
1919
matrix:
2020
include:
@@ -31,6 +31,6 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Send Notification
34-
uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1
34+
uses: spring-io/spring-security-release-tools/.github/actions/send-notification@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
3535
with:
3636
webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}

.github/workflows/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
perform-release:
1818
name: Perform Release
19-
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
19+
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@7d42d82298553f123a9dad622e0eac725aaf52ef # v1.0.13
2020
with:
2121
should-perform-release: true
2222
project-version: ${{ inputs.version }}

0 commit comments

Comments
 (0)