Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Dec 12, 2024
1 parent bee189b commit 952afa7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,16 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

- name: Generate Security Report
uses: rsdmike/[email protected]
with:
template: report
token: ${{ secrets.SECURITY_TOKEN }}

- name: GitHub Upload Release Artifacts
uses: actions/upload-artifact@v2
with:
name: report
path: |
./report.pdf

0 comments on commit 952afa7

Please sign in to comment.