From 278e758e74fb69e0fcc7da0f464b5b98490ffe0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:46:57 +0000 Subject: [PATCH] Bump github/codeql-action from 2.1.6 to 3.29.10 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 3.29.10. - [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/v2.1.6...v3.29.10) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-golang.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index 5a1a3820..5c803bda 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -154,11 +154,11 @@ jobs: # https://github.com/github/codeql-action # GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities - name: CodeQL Initialize - uses: github/codeql-action/init@v2.1.6 + uses: github/codeql-action/init@v3.29.10 with: languages: go - name: CodeQL Analysis - uses: github/codeql-action/analyze@v2.1.6 + uses: github/codeql-action/analyze@v3.29.10 # https://github.com/praetorian-inc/gokart # static analysis tool for Go that finds vulnerabilities using the SSA