We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fc59d commit cb3ca60Copy full SHA for cb3ca60
.github/workflows/codeql.yml
@@ -74,3 +74,15 @@ jobs:
74
uses: github/codeql-action/analyze@v2
75
with:
76
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