From 17c801a587557bf1cc4edcb27c6c23e10ce7e996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:43:57 +0000 Subject: [PATCH] Bump github/codeql-action from 2.21.2 to 2.21.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.2 to 2.21.3. - [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.2...v2.21.3) --- 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 8d8ab25e..8cedfe59 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -54,11 +54,11 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - - uses: github/codeql-action/init@v2.21.2 + - uses: github/codeql-action/init@v2.21.3 with: languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.21.2 + uses: github/codeql-action/analyze@v2.21.3 with: category: "/language:javascript"