Skip to content

Commit

Permalink
codeql: Remove use-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Sep 28, 2023
1 parent e804135 commit a64ff68
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 @@ -64,7 +64,7 @@ jobs:
- run: |
echo "toolchain config:"
echo "Build junixsocket with Maven (no tests)"
mvn clean install -Dcodeql -Dstrict -Duse-snapshots -Duse-staging -Djunixsocket.repo.use-staging=https://oss.sonatype.org/content/repositories/comkohlschutter-1132
mvn clean install -Dcodeql -Dstrict -Duse-snapshots
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit a64ff68

Please sign in to comment.