Skip to content

Commit

Permalink
github: Update workflow to use -D instead of -P
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Sep 26, 2023
1 parent d7e65e8 commit b1b6af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- run: |
echo "Build junixsocket with Maven (no tests)"
mvn clean install -Pcodeql -Pstrict -Puse-snapshots
mvn clean install -Dcodeql -Dstrict -Duse-snapshots
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit b1b6af5

Please sign in to comment.