Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit adae6a9

Browse files
create codeql report (#245)
Signed-off-by: John O'Loughlin <[email protected]>
1 parent dd295a2 commit adae6a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/codeql.yml

+13
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,16 @@ jobs:
4646
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
4747
with:
4848
category: "/language:${{ matrix.language }}"
49+
50+
- name: CodeQL and Dependabot Report Action
51+
uses: rsdmike/[email protected]
52+
with:
53+
template: report
54+
token: ${{ secrets.SECURITY_TOKEN }}
55+
56+
- name: GitHub Upload Release Artifacts
57+
uses: actions/upload-artifact@v2
58+
with:
59+
name: report
60+
path: |
61+
./report.pdf

0 commit comments

Comments
 (0)