Skip to content

Commit 7c7831a

Browse files
committed
Attempt to Fix CodeQL by invoking classes task
Explicitly invoke the `classes` in the CodeQL action Signed-off-by: Jonathan Leitschuh <[email protected]>
1 parent a96aa09 commit 7c7831a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Now that an explicit java version has been set, use it
8282
if: matrix.language == 'java-kotlin'
8383
run: |
84-
./gradlew -p plugin --no-daemon --no-build-cache --console=plain --no-configuration-cache -x test -x check
84+
./plugin/gradlew -p ./plugin classes --no-daemon --no-build-cache --console=plain --no-configuration-cache -x test -x check
8585
8686
- name: Perform CodeQL Analysis
8787
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8

0 commit comments

Comments
 (0)