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

Commit e9c4778

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/codeql.yml

+6
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ jobs:
4646
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
4747
with:
4848
category: "/language:${{ matrix.language }}"
49+
- name: GitHub Upload Release Artifacts
50+
uses: actions/upload-artifact@v2
51+
with:
52+
name: report
53+
path: |
54+
./report.pdf

0 commit comments

Comments
 (0)