Skip to content

Commit

Permalink
Update codeql-analysis-javascript.yaml
Browse files Browse the repository at this point in the history
add upload sarif file step at the end
  • Loading branch information
yangx17 authored Jan 8, 2025
1 parent 39edd85 commit 42a57e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis-javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
with:
category: "/language:${{matrix.language}}"

- name: upload output to artifact
uses: actions/upload-artifact@v4
with:
name: JS_scanning
path: |
/home/runner/work/puppeteer-sharp-test/results/javascript.sarif

0 comments on commit 42a57e6

Please sign in to comment.