From 16a6694ae4032b2fed52a71f4a574dad29a06d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:10:30 +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 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 to 7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 - [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/1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3...7d9249f5a57288b8a472ddd9cc3ece1921f7dc38) Updates `github/codeql-action/analyze` from 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 to 7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 - [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/1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3...7d9249f5a57288b8a472ddd9cc3ece1921f7dc38) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 dependency-type: direct:production dependency-group: ci - dependency-name: github/codeql-action/analyze dependency-version: 7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 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 f24f01f4b..028fb5cc8 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@1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 # v4.37.3 + uses: github/codeql-action/init@7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 # 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@1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 # v4.37.3 + uses: github/codeql-action/analyze@7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 # v4.37.3 with: category: "/language:go"