chore(deps): pin dependencies
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m21s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m23s
release / Release (push) Successful in 2m29s

Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
RenovateBot 2025-01-08 14:55:26 +00:00
parent 12b7ef9009
commit 8e0ff3cc4c
2 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ jobs:
secretid: ${{ secrets.VAULT_SECRET_ID }}
- 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
with:
type: auto
@ -42,7 +42,7 @@ jobs:
mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION
- 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:
arguments: changelog --debug
setup-java: false
@ -63,28 +63,28 @@ jobs:
mvn -X --file pom.xml -Ppublication
- 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:
arguments: assemble --debug
setup-java: false
continue-on-error: true
- 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:
arguments: release --debug
setup-java: false
- name: JReleaser release trace
if: always()
uses: https://gitea.com/actions/upload-artifact@v3
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: jreleaser-trace
path: target/jreleaser/trace.log
- name: JReleaser release properties
if: always()
uses: https://gitea.com/actions/upload-artifact@v3
uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: jreleaser-properties
path: target/jreleaser/output.properties

View file

@ -20,7 +20,7 @@ jobs:
secretid: "${{ secrets.VAULT_SECRET_ID }}"
- name: "Cache SonarQube packages"
uses: https://github.com/actions/cache@v4
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: ~/.sonar/cache
key: "${{ runner.os }}-sonar"