Skip to content

Commit 230a9aa

Browse files
committed
Merge branch '4.0.x'
2 parents 27c6b15 + 1904d2e commit 230a9aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Build
14-
uses: spring-io/spring-security-release-tools/.github/workflows/build.yml@v1
14+
uses: spring-io/spring-security-release-tools/.github/workflows/build.yml@v1.0.13
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-latest ]
@@ -24,15 +24,15 @@ jobs:
2424
deploy-artifacts:
2525
name: Deploy Artifacts
2626
needs: [ build ]
27-
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
27+
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.13
2828
with:
2929
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
3030
default-publish-milestones-central: true
3131
secrets: inherit
3232
perform-release:
3333
name: Perform Release
3434
needs: [ deploy-artifacts ]
35-
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
35+
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1.0.13
3636
with:
3737
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
3838
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}

0 commit comments

Comments
 (0)