Skip to content

Commit 0d6c3eb

Browse files
authored
Update codeql-no-diff.yml
build-mode: manual
1 parent 38dcc08 commit 0d6c3eb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/codeql-no-diff.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ jobs:
3535
uses: github/codeql-action/init@v3
3636
with:
3737
languages: java-kotlin
38-
build-mode: autobuild
38+
build-mode: manual
3939
config-file: ./.github/codeql/codeql-config.yml
40+
41+
#7) BUILD - TOTALE
42+
- name: Build WebGoat - Full Project
43+
run: |
44+
echo "Building complete WebGoat project..."
45+
mvn clean compile -DskipTests -q
46+
echo "Build completed successfully"
4047
4148
#7) ANALISI CODEQL
4249
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)