From 5a1005489cb0cf205db5056e1bdb5259c17348f9 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Fri, 31 May 2024 17:12:43 +0900 Subject: [PATCH] Update codeql workflow (#1515) --- .github/workflows/codeql.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5046084d3c..1bdc3951bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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"