We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc6524 commit 5a10054Copy full SHA for 5a10054
.github/workflows/codeql.yml
@@ -76,3 +76,14 @@ jobs:
76
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
77
with:
78
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
88
+ name: codeql-report-${{matrix.language}}
89
+ path: "./${{matrix.language}}/report.pdf"
0 commit comments