From 35a8b144ba0b7c9c9e428db0fa8b38da5dfd9012 Mon Sep 17 00:00:00 2001 From: Apurv Kumaria Date: Wed, 8 Jul 2026 17:34:51 -0700 Subject: [PATCH] ci(codeql): align analysis action version Keep all CodeQL Action components on one release. This lets analyze read the configuration generated by init. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Villela Signed-off-by: Apurv Kumaria --- .github/workflows/code-scanning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index 223539bc03a..b598490561d 100644 --- a/.github/workflows/code-scanning.yaml +++ b/.github/workflows/code-scanning.yaml @@ -41,7 +41,7 @@ jobs: queries: security-and-quality - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 shellcheck: name: ShellCheck SARIF