File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
sh.jbang.dev:443
27
27
28
28
- 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
30
30
with :
31
31
github-token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
32
32
include-maven-plugins : true
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
26
26
- name : run maven-lockfile
27
27
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
29
29
with :
30
30
github-token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
31
31
include-maven-plugins : true
32
32
33
33
- name : run maven-lockfile (fork/external)
34
34
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
36
36
with :
37
37
github-token : ${{ secrets.GITHUB_TOKEN }}
38
38
include-maven-plugins : true
Original file line number Diff line number Diff line change 64
64
if : ${{ github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' }}
65
65
run : echo "NEXT_VERSION=$(semver next ${{ github.event.inputs.version }} $CURRENT_VERSION)" >> $GITHUB_ENV
66
66
- 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
68
68
with :
69
69
github-token : ${{ secrets.GITHUB_TOKEN }}
70
70
include-maven-plugins : true
Original file line number Diff line number Diff line change 24
24
sh.jbang.dev:443
25
25
26
26
- 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
28
28
with :
29
29
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 80
80
run : echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
81
81
shell : bash
82
82
- 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
84
84
shell : bash
85
85
env :
86
86
JSON_INPUTS : ${{ toJSON(inputs) }}
Original file line number Diff line number Diff line change 80
80
run : echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
81
81
shell : bash
82
82
- 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}
84
84
shell : bash
85
85
env :
86
86
JSON_INPUTS : ${{ toJSON(inputs) }}
You can’t perform that action at this time.
0 commit comments