From 6017ed1648eb8394785b2339d8488cc3131da4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 07:15:25 +0000 Subject: [PATCH] chore(deps): bump the safe-actions-updates group with 2 updates Bumps the safe-actions-updates group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 3.37.6 to 3.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/c4dd10e44af883a891fe31ced449bcb4a6728b9b...f3712979fa5f215279b101dd0a2e3bdfb4353324) Updates `github/codeql-action/analyze` from 3.37.6 to 3.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/c4dd10e44af883a891fe31ced449bcb4a6728b9b...f3712979fa5f215279b101dd0a2e3bdfb4353324) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 3.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe-actions-updates - dependency-name: github/codeql-action/analyze dependency-version: 3.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe-actions-updates ... 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 9b03438..27f581a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - - uses: github/codeql-action/init@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3 + - uses: github/codeql-action/init@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3 with: languages: javascript-typescript - - uses: github/codeql-action/analyze@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3 + - uses: github/codeql-action/analyze@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3