Skip to content

Commit cb3ca60

Browse files
authored
Update codeql.yml
1 parent 96fc59d commit cb3ca60

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,15 @@ jobs:
7474
uses: github/codeql-action/analyze@v2
7575
with:
7676
category: "/language:${{matrix.language}}"
77+
78+
- name: CSV export
79+
uses: some-natalie/ghas-to-csv@v2
80+
env:
81+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} # you need to set a PAT
82+
83+
- name: Upload CSV
84+
uses: actions/upload-artifact@v3
85+
with:
86+
name: ghas-data
87+
path: ${{ github.workspace }}/*.csv
88+
if-no-files-found: error

0 commit comments

Comments
 (0)