Skip to content

Commit

Permalink
try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeterMugaas committed May 16, 2024
1 parent 739eaf7 commit 2011285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
"C:\Program Files (x86)\PVS-Studio/PVS-Studio_Cmd.exe" --userName ${{ secrets.USER_NAME }} --licenseKey ${{ secrets.LICSESE_KEY }}.
- name: Analyze
run: |
"C:\Program Files (x86)\PVS-Studio/CompilerCommandsAnalyzer.exe" analyze -f build/compile_commands.json -j
"C:\Program Files (x86)\PVS-Studio\CompilerCommandsAnalyzer.exe" analyze -f build/compile_commands.json -j
shell: cmd
- name: Convert report
run: |
"C:\Program Files (x86)\PVS-Studio/PlogConverter.exe" -a GA:1,2 -t Sarif -o pvs-report.sarif PVS-Studio.log
"C:\Program Files (x86)\PVS-Studio\logConverter.exe" -a GA:1,2 -t Sarif -o pvs-report.sarif PVS-Studio.log
shell: cmd
- name: Publish report
uses: github/codeql-action/upload-sarif@v1
Expand Down

0 comments on commit 2011285

Please sign in to comment.