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

Commit 1fa8038

Browse files
committed
create codeql report
Signed-off-by: John O'Loughlin <[email protected]>
1 parent 1d722b8 commit 1fa8038

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/workflows/codeql.yml

+12
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,15 @@ 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+
55+
- name: GitHub Upload Release Artifacts
56+
uses: actions/upload-artifact@v2
57+
with:
58+
name: report
59+
path: |
60+
./report.pdf

0 commit comments

Comments
 (0)