From c1c15a25f0b982299119c4b271ccd8703e9b72bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:41:14 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1. - [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.23.0...v3.23.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eac3cab..6b27361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,9 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Set up CodeQL - uses: github/codeql-action/init@v3.23.0 + uses: github/codeql-action/init@v3.23.1 with: languages: javascript config-file: .github/codeql.yml - name: Run analysis - uses: github/codeql-action/analyze@v3.23.0 + uses: github/codeql-action/analyze@v3.23.1