Skip to content

Commit 310ec8e

Browse files
👷 ci: Reset action to current version and use release 5.4.2 (#1140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b8b020 commit 310ec8e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/Lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sh.jbang.dev:443
2727
2828
- name: run maven-lockfile
29-
uses: chains-project/maven-lockfile@c9d7656e5a161eddff354c8159a199ecd8133473 # v5.4.1+ (interim)
29+
uses: chains-project/maven-lockfile@dd58d822ff049b321fc93bfc3902780c7257e680 # v5.4.2
3030
with:
3131
github-token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
3232
include-maven-plugins: true

.github/workflows/LockfilePR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
2626
- name: run maven-lockfile
2727
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
28-
uses: chains-project/maven-lockfile@c9d7656e5a161eddff354c8159a199ecd8133473 # v5.4.1+ (interim)
28+
uses: chains-project/maven-lockfile@dd58d822ff049b321fc93bfc3902780c7257e680 # v5.4.2
2929
with:
3030
github-token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
3131
include-maven-plugins: true
3232

3333
- name: run maven-lockfile (fork/external)
3434
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
35-
uses: chains-project/maven-lockfile@c9d7656e5a161eddff354c8159a199ecd8133473 # v5.4.1+ (interim)
35+
uses: chains-project/maven-lockfile@dd58d822ff049b321fc93bfc3902780c7257e680 # v5.4.2
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
include-maven-plugins: true

.github/workflows/jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' }}
6565
run: echo "NEXT_VERSION=$(semver next ${{ github.event.inputs.version }} $CURRENT_VERSION)" >> $GITHUB_ENV
6666
- name: run maven-lockfile (validate lockfile)
67-
uses: chains-project/maven-lockfile@c9d7656e5a161eddff354c8159a199ecd8133473 # v5.4.1+ (interim)
67+
uses: chains-project/maven-lockfile@dd58d822ff049b321fc93bfc3902780c7257e680 # v5.4.2
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
include-maven-plugins: true

.github/workflows/regenerate-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
sh.jbang.dev:443
2525
2626
- name: run maven-lockfile
27-
uses: chains-project/maven-lockfile@c9d7656e5a161eddff354c8159a199ecd8133473 # v5.4.1+ (interim)
27+
uses: chains-project/maven-lockfile@dd58d822ff049b321fc93bfc3902780c7257e680 # v5.4.2
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
run: echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
8181
shell: bash
8282
- id: action
83-
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.4.1
83+
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.4.3-SNAPSHOT
8484
shell: bash
8585
env:
8686
JSON_INPUTS: ${{ toJSON(inputs) }}

template/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
run: echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
8181
shell: bash
8282
- id: action
83-
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.4.1
83+
run: ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:${project.version}
8484
shell: bash
8585
env:
8686
JSON_INPUTS: ${{ toJSON(inputs) }}

0 commit comments

Comments
 (0)