We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdcd55 commit 9ee4bfdCopy full SHA for 9ee4bfd
.github/workflows/provider-agents-scanning.yaml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Upload SARIF to GitHub Code Scanning
72
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
73
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
74
with:
75
sarif_file: ${{ matrix.provider-agent.dir }}/report.sarif
76
category: cppcheck
0 commit comments