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 aba2932 commit ccb717bCopy full SHA for ccb717b
.github/workflows/Codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Perform CodeQL Analysis
35
uses: github/codeql-action/analyze@v3
36
with:
37
- upload-sarif: true
+ upload: true
38
39
- name: Comment CodeQL Alerts on PR
40
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
0 commit comments