Skip to content

Commit 14d64bb

Browse files
Update actions/setup-java action to v6
v6.0.0 flips the default cache behavior in setup-java to enabled. Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 21b33a5 commit 14d64bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
repository: ${{ steps.get-vars.outputs.repo }}
5858
ref: ${{ steps.get-vars.outputs.branch }}
5959
- name: Set up JDK 21
60-
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
60+
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
6161
with:
6262
distribution: "temurin"
6363
java-version: 21

config/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
languages: ${{ matrix.language }}
4949
- name: Set up JDK 21
50-
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
50+
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
5151
with:
5252
distribution: "temurin"
5353
java-version: 21

config/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: set up JDK 21
33-
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
33+
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
3434
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
3535
with:
3636
distribution: "temurin"

0 commit comments

Comments
 (0)