From 5ec93ab6162dfcf3dd3c8f1e17b29d9293bb9300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:52:47 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action/analyze Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from d03f4cc0498d5a63039d157eb274d9c2fc50f17a to b7351df727350dca84cb9d725d57dcf5bc82ba26. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/d03f4cc0498d5a63039d157eb274d9c2fc50f17a...b7351df727350dca84cb9d725d57dcf5bc82ba26) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: b7351df727350dca84cb9d725d57dcf5bc82ba26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9c97f0a..406f6ef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,6 +26,6 @@ jobs: languages: javascript-typescript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d03f4cc0498d5a63039d157eb274d9c2fc50f17a # v3.37.1 + uses: github/codeql-action/analyze@b7351df727350dca84cb9d725d57dcf5bc82ba26 # v3.37.1 with: category: "/language:javascript-typescript"