Skip to content

Commit 180ee93

Browse files
authored
fix: Update codeql-ql.yml
1 parent 2c3064d commit 180ee93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-ql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Update SARIF file tool name
109109
run: |
110-
jq '.runs[].tool.driver.name = "CodeQL-Extractor"' ${{ steps.run_ql.outputs.sarif }} > updated_sarif.sarif
110+
jq '.runs[].tool.driver.name = "CodeQL-Community"' ${{ steps.run_ql.outputs.sarif }} > updated_sarif.sarif
111111
mv updated_sarif.sarif ${{ steps.run_ql.outputs.sarif }}
112112
113113
- name: Upload SARIF file

0 commit comments

Comments
 (0)