From 952afa7df0fbcd0b76cfda02be42a9542ef6677e Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:11:25 +0800 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a0161ceab5d..0d79e9b5773 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -94,3 +94,16 @@ jobs: uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" + + - name: Generate Security Report + uses: rsdmike/github-security-report-action@v3.0.4 + with: + template: report + token: ${{ secrets.SECURITY_TOKEN }} + + - name: GitHub Upload Release Artifacts + uses: actions/upload-artifact@v2 + with: + name: report + path: | + ./report.pdf