Skip to content

Commit

Permalink
Use latest version of maven-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LogFlames committed Dec 20, 2024
1 parent b1fc2a1 commit 1f69d31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sh.jbang.dev:443
- name: run maven-lockfile
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
uses: chains-project/maven-lockfile@ced582d65d9d254119cc1b6ad6bb5d567883f270 # v5.3.4
with:
github-token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
include-maven-plugins: true
4 changes: 2 additions & 2 deletions .github/workflows/LockfilePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- name: run maven-lockfile
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
uses: chains-project/maven-lockfile@ced582d65d9d254119cc1b6ad6bb5d567883f270 # v5.3.4
with:
github-token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
include-maven-plugins: true

- name: run maven-lockfile (fork/external)
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
uses: chains-project/maven-lockfile@ced582d65d9d254119cc1b6ad6bb5d567883f270 # v5.3.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
include-maven-plugins: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: ${{ github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' }}
run: echo "NEXT_VERSION=$(semver next ${{ github.event.inputs.version }} $CURRENT_VERSION)" >> $GITHUB_ENV
- name: run maven-lockfile (validate lockfile)
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
uses: chains-project/maven-lockfile@ced582d65d9d254119cc1b6ad6bb5d567883f270 # v5.3.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
include-maven-plugins: true
Expand All @@ -81,7 +81,7 @@ jobs:
env:
POM_CHANGED: true # the version has changed, new lockfile is needed
COMMIT_UPDATED_LOCKFILE: true
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.2.0
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.4
shell: bash
- name: commit changes
run: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
env:
POM_CHANGED: true # the version has changed, new lockfile is needed
COMMIT_UPDATED_LOCKFILE: true
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.2.0
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.4
shell: bash
# Commit and push changes
- name: Commit & Push changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
sh.jbang.dev:443
- name: run maven-lockfile
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
uses: chains-project/maven-lockfile@ced582d65d9d254119cc1b6ad6bb5d567883f270 # v5.3.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f69d31

Please sign in to comment.