From dec83b73cef4b370d19d1e57b7f9cb2094ef1d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:57:01 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.22.12 to 3.26.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.26.8. - [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/012739e5082ff0c22ca6d6ab32e07c36df03c4a4...294a9d92911152fe08befb9ec03e240add280cb3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ab1b9a92..fb6b4996 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,11 +40,11 @@ jobs: with: go-version: '1.19' # To match codeql go version - name: Initialize CodeQL - uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2 + uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v2 with: languages: go config-file: ./.github/codeql-config.yml - name: Build run: go build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2 + uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v2