Skip to content

Commit 1d0103f

Browse files
Update actions/setup-java action to v5.3.0
1 parent 4a00418 commit 1d0103f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818
- name: Set up JDK 21
19-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
19+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
2020
with:
2121
java-version: 21
2222
distribution: 'temurin'
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4141
- name: Set up JDK 21
42-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
42+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
4343
with:
4444
java-version: 21
4545
distribution: 'temurin'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Set up JDK 21
76-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
76+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
7777
with:
7878
java-version: 21
7979
distribution: 'temurin'

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919

20-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
20+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
2121
with:
2222
java-version: '21'
2323
distribution: 'temurin'
@@ -74,7 +74,7 @@ jobs:
7474
MAVEN_PASSWORD: ${{ secrets.CENTRAL_PORTAL_TOKEN_PASSWORD }}
7575
GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
7676

77-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
77+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
7878
with:
7979
java-version: '21'
8080
distribution: 'temurin'

0 commit comments

Comments
 (0)