Skip to content

Commit

Permalink
Update codeql workflow (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored May 31, 2024
1 parent 3cc6524 commit 5a10054
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,14 @@ jobs:
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
with:
category: "/language:${{matrix.language}}"
- name: Generate Security Report
uses: rsdmike/github-security-report-action@a149b24539044c92786ec39af8ba38c93496495d # v3.0.4
with:
outputDir: ${{matrix.language}}
template: report
token: ${{ secrets.GITHUB_TOKEN }}
- name: GitHub Upload Release Artifacts
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: codeql-report-${{matrix.language}}
path: "./${{matrix.language}}/report.pdf"

0 comments on commit 5a10054

Please sign in to comment.