Skip to content

Commit 9ee4bfd

Browse files
committed
switch to v4
1 parent 6fdcd55 commit 9ee4bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provider-agents-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload SARIF to GitHub Code Scanning
7272
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
73-
uses: github/codeql-action/upload-sarif@v3
73+
uses: github/codeql-action/upload-sarif@v4
7474
with:
7575
sarif_file: ${{ matrix.provider-agent.dir }}/report.sarif
7676
category: cppcheck

0 commit comments

Comments
 (0)