File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
announce-milestone-planning :
9
- uses : spring-io/spring-github-workflows/.github/workflows/spring-announce-milestone-planning.yml@main
9
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-announce-milestone-planning.yml@v4
10
10
secrets :
11
11
SPRING_RELEASE_CHAT_WEBHOOK_URL : ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
22
22
23
23
jobs :
24
24
build-snapshot :
25
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
25
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v4
26
26
with :
27
27
gradleTasks : ${{ github.event_name == 'schedule' && '--rerun-tasks --refresh-dependencies' || inputs.gradleOptions }}
28
28
secrets :
Original file line number Diff line number Diff line change 12
12
merge-dependabot-pr :
13
13
permissions : write-all
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v4
16
16
with :
17
17
mergeArguments : --auto --squash
18
18
autoMergeSnapshots : true
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
issues : write
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v4
16
16
secrets :
17
17
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
18
18
DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments