We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7584284 commit efb83deCopy full SHA for efb83de
.github/workflows/jreleaser.yml
@@ -59,7 +59,7 @@ jobs:
59
if: ${{ github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' }}
60
run: echo "NEXT_VERSION=$(semver next ${{ github.event.inputs.version }} $CURRENT_VERSION)" >> $GITHUB_ENV
61
- name: run maven-lockfile (validate lockfile)
62
- uses: chains-project/maven-lockfile@bdabb56b82feb242cd543af007b333bd8276e44e # v5.3.5
+ uses: chains-project/maven-lockfile@75842849615bd60080dd0a48f844d299509d4d8f # v5.3.6-SNAPSHOT
63
with:
64
github-token: ${{ secrets.GITHUB_TOKEN }}
65
include-maven-plugins: true
0 commit comments