From aec4b9e988cf095bdf006e7105355a7c202847b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:22:12 +0000 Subject: [PATCH] Bump github/codeql-action from 1.0.31 to 2.1.21 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.31 to 2.1.21. - [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/1a927e9307bc11970b2c679922ebc4d03a5bd980...c7f292ea4f542c473194b33813ccd4c207a6c725) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d2aa8453e0d8..f9c719dcd127 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,8 +31,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - uses: github/codeql-action/init@1a927e9307bc11970b2c679922ebc4d03a5bd980 + - uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 with: languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!) - - uses: github/codeql-action/analyze@1a927e9307bc11970b2c679922ebc4d03a5bd980 + - uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 continue-on-error: true