From cf7b79829411768da57448cedaa42d8b819c5caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:58:51 +0000 Subject: [PATCH] build(deps): bump github/codeql-action Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.37.4 to 4.37.6 - [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.4...v4.37.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d48dca7..a959616 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,10 +20,10 @@ jobs: if: vars.ACL_CODEQL_UPLOAD_ENABLED != 'true' run: echo "CodeQL results will be retained as an artifact. Set ACL_CODEQL_UPLOAD_ENABLED=true after enabling GitHub Advanced Security." - uses: actions/checkout@v7.0.1 - - uses: github/codeql-action/init@v4.37.4 + - uses: github/codeql-action/init@v4.37.6 with: languages: javascript-typescript - - uses: github/codeql-action/analyze@v4.37.4 + - uses: github/codeql-action/analyze@v4.37.6 with: output: codeql-results upload: ${{ vars.ACL_CODEQL_UPLOAD_ENABLED == 'true' && 'always' || 'never' }}