Skip to content

Commit 5944bf3

Browse files
committed
Restore single Setup Java job in CodeQL matrix for parity with develop
1 parent aa9d371 commit 5944bf3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,12 @@ jobs:
6060
uses: actions/checkout@v7
6161

6262
- name: Setup Java JDK
63-
if: matrix.language == 'java'
6463
uses: actions/setup-java@v5
6564
with:
6665
java-version: 17
6766
distribution: temurin
6867
cache: gradle
6968

70-
- name: Setup Java JDK (No Cache)
71-
if: matrix.language != 'java'
72-
uses: actions/setup-java@v5
73-
with:
74-
java-version: 17
75-
distribution: temurin
76-
7769
# Initializes the CodeQL tools for scanning.
7870
- name: Initialize CodeQL
7971
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)