Upgrade WFs from main to v4
The `v3` has to be updated by Dependabot automatically # Conflicts: # .github/workflows/ci-snapshot.yml
This commit is contained in:
7
.github/workflows/ci-snapshot.yml
vendored
7
.github/workflows/ci-snapshot.yml
vendored
@@ -8,13 +8,18 @@ on:
|
||||
- main
|
||||
- '*.x'
|
||||
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
|
||||
concurrency:
|
||||
group: group-snapshot-for-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-snapshot:
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v4
|
||||
with:
|
||||
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
|
||||
secrets:
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
|
||||
2
.github/workflows/merge-dependabot-pr.yml
vendored
2
.github/workflows/merge-dependabot-pr.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
merge-dependabot-pr:
|
||||
permissions: write-all
|
||||
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v4
|
||||
with:
|
||||
mergeArguments: --auto --squash
|
||||
autoMergeSnapshots: true
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
contents: write
|
||||
issues: write
|
||||
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v4
|
||||
secrets:
|
||||
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user