From 40e5d780b8be1af9689cdd3ae69027fc3f8538f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:38:23 +0000 Subject: [PATCH] Bump github/codeql-action from 2.21.1 to 2.21.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.1 to 2.21.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/v2.21.1...v2.21.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 f4f89dc..b25826a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,11 +52,11 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - - uses: github/codeql-action/init@v2.21.1 + - uses: github/codeql-action/init@v2.21.2 with: languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.21.1 + uses: github/codeql-action/analyze@v2.21.2 with: category: "/language:javascript"