From 40f2de5c2af832c83fa45591a684968a52ae89e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 23:14:44 +0000 Subject: [PATCH] Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 05b1a5d28f8763fd11e77388fe57846f1ba8e766 to a899987af240c0578ed84ce13c02319a693e168f. - [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/05b1a5d28f8763fd11e77388fe57846f1ba8e766...a899987af240c0578ed84ce13c02319a693e168f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: a899987af240c0578ed84ce13c02319a693e168f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b53cc866..20696fe6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,14 +35,14 @@ jobs: go-version-file: "go.mod" - name: initialize codeql - uses: github/codeql-action/init@05b1a5d28f8763fd11e77388fe57846f1ba8e766 #v4.31.10 + uses: github/codeql-action/init@a899987af240c0578ed84ce13c02319a693e168f #v4.31.10 with: languages: go - name: autobuild - uses: github/codeql-action/autobuild@05b1a5d28f8763fd11e77388fe57846f1ba8e766 #v4.31.10 + uses: github/codeql-action/autobuild@a899987af240c0578ed84ce13c02319a693e168f #v4.31.10 - name: perform codeql analysis - uses: github/codeql-action/analyze@05b1a5d28f8763fd11e77388fe57846f1ba8e766 #v4.31.10 + uses: github/codeql-action/analyze@a899987af240c0578ed84ce13c02319a693e168f #v4.31.10 with: category: "/language:go"