We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3064d commit 180ee93Copy full SHA for 180ee93
1 file changed
.github/workflows/codeql-ql.yml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: Update SARIF file tool name
109
run: |
110
- jq '.runs[].tool.driver.name = "CodeQL-Extractor"' ${{ steps.run_ql.outputs.sarif }} > updated_sarif.sarif
+ jq '.runs[].tool.driver.name = "CodeQL-Community"' ${{ steps.run_ql.outputs.sarif }} > updated_sarif.sarif
111
mv updated_sarif.sarif ${{ steps.run_ql.outputs.sarif }}
112
113
- name: Upload SARIF file
0 commit comments