chore(deps): pin dependencies #2
2 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
||||||
|
|
||||||
- name: "Determine next version"
|
- name: "Determine next version"
|
||||||
uses: https://github.com/obfu5c8/action-svu@v1
|
uses: https://github.com/obfu5c8/action-svu@e0ac511a90318bc284bf845936acd5c5c077d788 # v1
|
||||||
id: generate_next_version
|
id: generate_next_version
|
||||||
with:
|
with:
|
||||||
type: auto
|
type: auto
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
|
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
|
||||||
|
|
||||||
- name: "Run JReleaser (Changelog)"
|
- name: "Run JReleaser (Changelog)"
|
||||||
uses: https://github.com/jreleaser/release-action@2.4.2
|
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||||
with:
|
with:
|
||||||
arguments: changelog --debug
|
arguments: changelog --debug
|
||||||
setup-java: false
|
setup-java: false
|
||||||
|
@ -63,28 +63,28 @@ jobs:
|
||||||
mvn -X --file pom.xml -Ppublication
|
mvn -X --file pom.xml -Ppublication
|
||||||
|
|
||||||
- name: "Run JReleaser (Assemble)"
|
- name: "Run JReleaser (Assemble)"
|
||||||
uses: https://github.com/jreleaser/release-action@2.4.2
|
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||||
with:
|
with:
|
||||||
arguments: assemble --debug
|
arguments: assemble --debug
|
||||||
setup-java: false
|
setup-java: false
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: "Run JReleaser (Release)"
|
- name: "Run JReleaser (Release)"
|
||||||
uses: https://github.com/jreleaser/release-action@2.4.2
|
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||||
with:
|
with:
|
||||||
arguments: release --debug
|
arguments: release --debug
|
||||||
setup-java: false
|
setup-java: false
|
||||||
|
|
||||||
- name: JReleaser release trace
|
- name: JReleaser release trace
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://gitea.com/actions/upload-artifact@v3
|
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
|
||||||
with:
|
with:
|
||||||
name: jreleaser-trace
|
name: jreleaser-trace
|
||||||
path: target/jreleaser/trace.log
|
path: target/jreleaser/trace.log
|
||||||
|
|
||||||
- name: JReleaser release properties
|
- name: JReleaser release properties
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://gitea.com/actions/upload-artifact@v3
|
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
|
||||||
with:
|
with:
|
||||||
name: jreleaser-properties
|
name: jreleaser-properties
|
||||||
path: target/jreleaser/output.properties
|
path: target/jreleaser/output.properties
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
||||||
|
|
||||||
- name: "Cache SonarQube packages"
|
- name: "Cache SonarQube packages"
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
with:
|
with:
|
||||||
path: ~/.sonar/cache
|
path: ~/.sonar/cache
|
||||||
key: "${{ runner.os }}-sonar"
|
key: "${{ runner.os }}-sonar"
|
||||||
|
|
Loading…
Add table
Reference in a new issue