Skip to content

Commit 48ffaab

Browse files
committed
Merge CodeQL workflow changes to 3.8.3
Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
2 parents 2e72b8a + 83edd72 commit 48ffaab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
7373
queries: security-extended,security-and-quality
7474

75-
7675
# Manual build to exclude docs project which requires asciidoctor-pdf
7776
- name: Build with Gradle
78-
run: ./gradlew build -x :docs:build -x :docs:antora -x :docs:docsZip --no-daemon
77+
run: ./gradlew --no-daemon clean testClasses -x :docs:build -x :docs:antora -x :docs:docsZip
7978

8079
- name: Perform CodeQL Analysis
8180
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)