Skip to content

Commit 5a10054

Browse files
authored
Update codeql workflow (#1515)
1 parent 3cc6524 commit 5a10054

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ jobs:
7676
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
7777
with:
7878
category: "/language:${{matrix.language}}"
79+
- name: Generate Security Report
80+
uses: rsdmike/github-security-report-action@a149b24539044c92786ec39af8ba38c93496495d # v3.0.4
81+
with:
82+
outputDir: ${{matrix.language}}
83+
template: report
84+
token: ${{ secrets.GITHUB_TOKEN }}
85+
- name: GitHub Upload Release Artifacts
86+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
87+
with:
88+
name: codeql-report-${{matrix.language}}
89+
path: "./${{matrix.language}}/report.pdf"

0 commit comments

Comments
 (0)