From 7b0b1265388f1bb716157604d49309a8c3f1e8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 05:06:33 +0000 Subject: [PATCH] Bump github/codeql-action from 3.24.1 to 3.24.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.1 to 3.24.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/v3.24.1...v3.24.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9959920fe..eb4cd6944 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,14 +31,14 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.24.1 + uses: github/codeql-action/init@v3.24.3 with: languages: 'javascript-typescript' - name: Autobuild - uses: github/codeql-action/autobuild@v3.24.1 + uses: github/codeql-action/autobuild@v3.24.3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.1 + uses: github/codeql-action/analyze@v3.24.3 with: category: "/language:javascript-typescript"