From 5776cd84e890e8f83bc0270287e0bc813684e801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:06:09 +0200 Subject: [PATCH] build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 (#1376) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v3.25.2/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.25.1...v3.25.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a2478933b..b25b0fdbe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,14 +36,14 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.25.1 + uses: github/codeql-action/init@v3.25.2 with: languages: 'javascript-typescript' - name: Autobuild - uses: github/codeql-action/autobuild@v3.25.1 + uses: github/codeql-action/autobuild@v3.25.2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.25.1 + uses: github/codeql-action/analyze@v3.25.2 with: category: "/language:javascript-typescript"