From bf0966de094c4b3924732407b019263cd0f9c5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:00:17 +0000 Subject: [PATCH] Bump github/codeql-action from 2.1.6 to 4.31.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 4.31.0. - [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...v4.31.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 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..21871950 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@v4.31.0 with: languages: go - name: CodeQL Analysis - uses: github/codeql-action/analyze@v2.1.6 + uses: github/codeql-action/analyze@v4.31.0 # https://github.com/praetorian-inc/gokart # static analysis tool for Go that finds vulnerabilities using the SSA