Skip to content

Commit 265c354

Browse files
authored
Merge pull request advanced-security#51 from advanced-security/GeekMasher-patch-2
fix: Update codeql-ql.yml
2 parents 2c3064d + 180ee93 commit 265c354

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)