Skip to content

Commit b5df1f8

Browse files
committed
[CI] Move the compilation to the right phase.
1 parent c7dd79d commit b5df1f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
6464
echo "BUILD_JAVA_VERSION=${{ matrix.java }}" >> $GITHUB_ENV
6565
66-
- name: Build with Gradle
67-
run: ./gradlew
68-
6966
- name: Initialize CodeQL
7067
uses: github/codeql-action/init@v3
7168
with:
7269
languages: ${{ matrix.language }}
7370
config-file: ./.github/codeql/codeql-config.yml
7471

72+
- name: Build with Gradle
73+
run: ./gradlew
74+
7575
- name: Perform CodeQL Analysis
7676
uses: github/codeql-action/analyze@v3
7777
with:

0 commit comments

Comments
 (0)