From 13892cddbe1e48fc13ffdac560d47b82b0592c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 12:16:24 +0000 Subject: [PATCH] Bump github/codeql-action from 2.1.6 to 2.1.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.11. - [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...v2.1.11) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... 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..9c363c5c 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@v2.1.11 with: languages: go - name: CodeQL Analysis - uses: github/codeql-action/analyze@v2.1.6 + uses: github/codeql-action/analyze@v2.1.11 # https://github.com/praetorian-inc/gokart # static analysis tool for Go that finds vulnerabilities using the SSA