Skip to content

Commit 1022dca

Browse files
Isolating to java, messing with the order of operations, gradle errors
1 parent cd8fb8a commit 1022dca

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/codeql-advanced-security.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,20 @@
4141
# Fetch full history for better analysis
4242
fetch-depth: 0
4343

44+
- name: Initialize CodeQL
45+
uses: github/codeql-action/init@v3
46+
with:
47+
languages: 'java'
48+
49+
- name: Validate Gradle Wrapper
50+
uses: gradle/action/wrapper-validation@v4
51+
4452
- name: Setup Java (Java/Kotlin)
4553
uses: actions/setup-java@v4
4654
with:
4755
distribution: 'temurin'
4856
java-version: '11'
4957

50-
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v3
52-
with:
53-
languages: 'java'
54-
5558
- name: Build with Gradle
5659
run: ./gradlew build
5760

0 commit comments

Comments
 (0)