Skip to content

Commit 6c188f4

Browse files
committed
add staging profile to the codeql build
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 2150689 commit 6c188f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# uses a compiled language
6969

7070
- run: |
71-
mvn -B clean compile -Ddeploy=true -Dnotests=true
71+
mvn -B clean compile -Ddeploy=true -Dnotests=true -Pstaging
7272
7373
- name: Perform CodeQL Analysis
7474
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)