From 2b794a5faa62bf3a7083a91b1f753145a42d35ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:35:32 +0000 Subject: [PATCH] Bump github/codeql-action from 2.1.6 to 3.30.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 3.30.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/v2.1.6...v3.30.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.6 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..791498f1 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.30.6 with: languages: go - name: CodeQL Analysis - uses: github/codeql-action/analyze@v2.1.6 + uses: github/codeql-action/analyze@v3.30.6 # https://github.com/praetorian-inc/gokart # static analysis tool for Go that finds vulnerabilities using the SSA