Github action workflow changes and dependencies for jspecify nullability
This commit is contained in:
4
.github/workflows/merge-dependabot-pr.yml
vendored
4
.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@v5
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
|
||||
with:
|
||||
mergeArguments: --auto --squash
|
||||
autoMergeSnapshots: true
|
||||
autoMergeSnapshots: true
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
issues: write
|
||||
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
|
||||
with:
|
||||
deployMilestoneToCentral: true
|
||||
secrets:
|
||||
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user