From 180ee937740c71146caf92f84ec5d762c7b97731 Mon Sep 17 00:00:00 2001 From: Mathew Payne <2772944+GeekMasher@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:48:15 +0100 Subject: [PATCH] fix: Update codeql-ql.yml --- .github/workflows/codeql-ql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-ql.yml b/.github/workflows/codeql-ql.yml index ef8cec2..02cf7cf 100644 --- a/.github/workflows/codeql-ql.yml +++ b/.github/workflows/codeql-ql.yml @@ -107,7 +107,7 @@ jobs: - name: Update SARIF file tool name run: | - 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 mv updated_sarif.sarif ${{ steps.run_ql.outputs.sarif }} - name: Upload SARIF file