We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2150689 commit 6c188f4Copy full SHA for 6c188f4
.github/workflows/codeql-analysis.yml
@@ -68,7 +68,7 @@ jobs:
68
# uses a compiled language
69
70
- run: |
71
- mvn -B clean compile -Ddeploy=true -Dnotests=true
+ mvn -B clean compile -Ddeploy=true -Dnotests=true -Pstaging
72
73
- name: Perform CodeQL Analysis
74
uses: github/codeql-action/analyze@v2
0 commit comments