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 cb3ca60 commit 84c24caCopy full SHA for 84c24ca
.github/workflows/codeql.yml
@@ -75,10 +75,9 @@ jobs:
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
+ - uses : son7211/GetCodeScanning_result-to-csv@master
+ with :
+ github_token: ${{ secrets.GITHUB_TOKEN }}
82
83
- name: Upload CSV
84
uses: actions/upload-artifact@v3
0 commit comments