Skip to content

Commit 9ff3b89

Browse files
committed
Pin spring-cloud-github-actions to v1.1.1
1 parent 0676d1d commit 9ff3b89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
deploy:
24-
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/deploy.yml@main
24+
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/deploy.yml@b6a6b1963b8762420526591c3d363bd7d09e7d4b # v1.1.1
2525
with:
2626
branches: ${{ inputs.branches }}
2727
secrets:

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
build:
9-
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@main
9+
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@b6a6b1963b8762420526591c3d363bd7d09e7d4b # v1.1.1

0 commit comments

Comments
 (0)