Github action workflow changes and dependencies for jspecify nullability

This commit is contained in:
Soby Chacko
2025-02-07 16:36:36 -05:00
parent ad041761d2
commit 82f4764a86
4 changed files with 63 additions and 8 deletions

View File

@@ -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

View File

@@ -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 }}