From 2385643552dc1e35dec0f63e5aec1bef263b71e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:10:22 +0000 Subject: [PATCH] build(deps): Bump the ci group with 2 updates Bumps the ci 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 7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 to d97b3428e8eebbb1810cf454d6397886d136b4ba - [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/7d9249f5a57288b8a472ddd9cc3ece1921f7dc38...d97b3428e8eebbb1810cf454d6397886d136b4ba) Updates `github/codeql-action/analyze` from 7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 to d97b3428e8eebbb1810cf454d6397886d136b4ba - [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/7d9249f5a57288b8a472ddd9cc3ece1921f7dc38...d97b3428e8eebbb1810cf454d6397886d136b4ba) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: d97b3428e8eebbb1810cf454d6397886d136b4ba dependency-type: direct:production dependency-group: ci - dependency-name: github/codeql-action/analyze dependency-version: d97b3428e8eebbb1810cf454d6397886d136b4ba dependency-type: direct:production dependency-group: ci ... 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 028fb5cc8..7639c7b16 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 # v4.37.3 + uses: github/codeql-action/init@d97b3428e8eebbb1810cf454d6397886d136b4ba # v4.37.3 with: languages: go # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs @@ -52,6 +52,6 @@ jobs: make install - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 # v4.37.3 + uses: github/codeql-action/analyze@d97b3428e8eebbb1810cf454d6397886d136b4ba # v4.37.3 with: category: "/language:go"