Skip to content

Commit 969df24

Browse files
committed
update workflow
1 parent ee22228 commit 969df24

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/upload_sarif.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ jobs:
66
name: upload-sarif
77
runs-on: ubuntu-20.04
88
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
9+
- uses: actions/checkout@v4
1410
- name: Upload SARIF to GHAS Dashboard
1511
uses: github/codeql-action/upload-sarif@v3
1612
with:

0 commit comments

Comments
 (0)