chore(deps): pin dependencies #2

Merged
oliver merged 1 commit from renovate/pin-dependencies into main 2025-01-08 15:57:44 +01:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit 5ba6ccd672 - Show all commits

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"