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 ee22228 commit 969df24Copy full SHA for 969df24
.github/workflows/upload_sarif.yml
@@ -6,11 +6,7 @@ jobs:
6
name: upload-sarif
7
runs-on: ubuntu-20.04
8
steps:
9
- - name: Archive code coverage results
10
- uses: actions/upload-artifact@v4
11
- with:
12
- name: flow.sarif.json
13
- path: flow.sarif.json
+ - uses: actions/checkout@v4
14
- name: Upload SARIF to GHAS Dashboard
15
uses: github/codeql-action/upload-sarif@v3
16
with:
0 commit comments