File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 88 - main
99 - ' *.x'
1010
11+ schedule :
12+ - cron : ' 0 5 * * *'
13+
1114concurrency :
1215 group : group-snapshot-for-${{ github.ref }}
1316 cancel-in-progress : true
1417
1518jobs :
1619 build-snapshot :
17- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
20+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v4
21+ with :
22+ gradleTasks : ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
1823 secrets :
1924 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2025 ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
Original file line number Diff line number Diff line change 1212 merge-dependabot-pr :
1313 permissions : write-all
1414
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
1616 with :
1717 mergeArguments : --auto --squash
1818 autoMergeSnapshots : true
Original file line number Diff line number Diff line change 1212 contents : write
1313 issues : write
1414
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
1616 secrets :
1717 GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
1818 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments