@@ -169,7 +169,7 @@ jobs:
169
169
runs-on : ubuntu-latest
170
170
steps :
171
171
- name : run maven-lockfile
172
- uses : chains-project/maven-lockfile@bdabb56b82feb242cd543af007b333bd8276e44e # v5.3.5
172
+ uses : chains-project/maven-lockfile@352fc01e7c64fdd4766d54931b14f03f958c62da # v5.4.1
173
173
with :
174
174
github-token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
175
175
include-maven-plugins : true
@@ -190,7 +190,7 @@ It still works for pull requests from the same repository. Renovate also works w
190
190
Extended github actions example with all available options:
191
191
192
192
` ` ` yml
193
- - uses : chains-project/maven-lockfile@bdabb56b82feb242cd543af007b333bd8276e44e # v5.3.5
193
+ - uses : chains-project/maven-lockfile@352fc01e7c64fdd4766d54931b14f03f958c62da # v5.4.1
194
194
with :
195
195
# Required. The GitHub token used to commit the updated lockfile to the repository.
196
196
- github-token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
@@ -230,11 +230,11 @@ If you are setting the `-SNAPSHOT` version in the release action/script as well
230
230
231
231
As an example, the steps for the CI in maven-lockfile is :
232
232
* set the version from `X.Y.Z-SNAPSHOT` to `X.Y.Z` in `pom.xml`
233
- * run maven-lockfile using `mvn io.github.chains-project:maven-lockfile:5.3.5 :generate`
233
+ * run maven-lockfile using `mvn io.github.chains-project:maven-lockfile:5.4.1 :generate`
234
234
* build and release
235
235
* create `Releasing version X.Y.Z` commit and tag it with `vX.Y.Z`
236
236
* set the version to `X.Y.(Z+1)-SNAPSHOT` in `pom.xml`
237
- * run maven-lockfile using `mvn io.github.chains-project:maven-lockfile:5.3.5 :generate`
237
+ * run maven-lockfile using `mvn io.github.chains-project:maven-lockfile:5.4.1 :generate`
238
238
* create `Setting SNAPSHOT version X.Y.(Z+1)-SNAPSHOT` commit
239
239
240
240
# # Related work
0 commit comments