We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8fb8a commit 1022dcaCopy full SHA for 1022dca
.github/workflows/codeql-advanced-security.yml
@@ -41,17 +41,20 @@
41
# Fetch full history for better analysis
42
fetch-depth: 0
43
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
52
- name: Setup Java (Java/Kotlin)
53
uses: actions/setup-java@v4
54
with:
55
distribution: 'temurin'
56
java-version: '11'
57
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v3
- with:
- languages: 'java'
-
58
- name: Build with Gradle
59
run: ./gradlew build
60
0 commit comments