From fc06a7930ce3c352513de74d661d3b66b52c16b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:44:19 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.37.6 to 4.37.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.6 to 4.37.7. - [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/v4.37.6...v4.37.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build-and-test.yml b/.github/workflows/ci-build-and-test.yml index 012552f..51284c6 100644 --- a/.github/workflows/ci-build-and-test.yml +++ b/.github/workflows/ci-build-and-test.yml @@ -66,7 +66,7 @@ jobs: # CodeQL Analysis (https://codeql.github.com/docs/codeql-overview/about-codeql/) - name: "CodeQL: Initialize" if: env.SKIP_CODE_QL != 'true' - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7 with: languages: ${{ matrix.language }} @@ -78,10 +78,10 @@ jobs: # If this step fails, then you should remove it and run the build manually - name: "CodeQL: Autobuild" if: env.SKIP_CODE_QL != 'true' && matrix.language == 'javascript' - uses: github/codeql-action/autobuild@v4.37.6 + uses: github/codeql-action/autobuild@v4.37.7 - name: "CodeQL: Perform Analysis" if: env.SKIP_CODE_QL != 'true' - uses: github/codeql-action/analyze@v4.37.6 + uses: github/codeql-action/analyze@v4.37.7 with: category: "/language:${{matrix.language}}"