From 72e17fbcf53c18267a88ca26dfb9f1996077ac55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:37:18 +0000 Subject: [PATCH] Bump github/codeql-action from 1.0.31 to 2.1.22 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.31 to 2.1.22. - [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...b398f525a5587552e573b247ac661067fafa920b) --- 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..0af4fa1026ac 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@b398f525a5587552e573b247ac661067fafa920b 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@b398f525a5587552e573b247ac661067fafa920b continue-on-error: true