Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
ec1c445ad2 Update https://git.quad4.io/actions/setup-java action to v5
All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 50s
2025-12-31 00:04:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Setup Node.js
uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22

View File

@@ -19,7 +19,7 @@ jobs:
version: 10
- name: Setup Node.js
uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: pnpm
@@ -30,7 +30,7 @@ jobs:
go-version: '1.25.4'
- name: Setup Java
uses: https://git.quad4.io/actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
uses: https://git.quad4.io/actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
with:
distribution: 'temurin'
java-version: '21'