Skip to content

Commit 84d4aa0

Browse files
authored
👷 ci: update maven-lockfile action to temporarily specify 5.3.5 (#1092)
1 parent 6d8b811 commit 84d4aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' }}
6060
run: echo "NEXT_VERSION=$(semver next ${{ github.event.inputs.version }} $CURRENT_VERSION)" >> $GITHUB_ENV
6161
- name: run maven-lockfile (validate lockfile)
62-
uses: chains-project/maven-lockfile@75842849615bd60080dd0a48f844d299509d4d8f # v5.3.6-SNAPSHOT
62+
uses: chains-project/maven-lockfile@6d8b811f6ff24135623a50e511d75dcad2402cf2 # v5.3.6-SNAPSHOT
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
6565
include-maven-plugins: true

0 commit comments

Comments
 (0)