From e675ff1bc46b3c5c618b9676d0123d2d328d6ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:08:32 +0000 Subject: [PATCH] GitHub-Actions: Bump github/codeql-action from 1 to 2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ANALYSIS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ANALYSIS.yml b/.github/workflows/ANALYSIS.yml index cc94eef..330a7aa 100644 --- a/.github/workflows/ANALYSIS.yml +++ b/.github/workflows/ANALYSIS.yml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: github/codeql-action/init@v1 + - uses: github/codeql-action/init@v2 with: languages: javascript config-file: ./.github/codeql-config.yml - - uses: github/codeql-action/analyze@v1 + - uses: github/codeql-action/analyze@v2