We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 999d7b9 + 9dfdd2f commit 2c3064dCopy full SHA for 2c3064d
1 file changed
.github/workflows/codeql-ql.yml
@@ -105,6 +105,11 @@ jobs:
105
106
echo "sarif=$SARIF_FILE" >> "$GITHUB_OUTPUT"
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
111
+ mv updated_sarif.sarif ${{ steps.run_ql.outputs.sarif }}
112
+
113
- name: Upload SARIF file
114
uses: github/codeql-action/upload-sarif@v3
115
with:
0 commit comments