From b6628ca5cdf5917b1f0e10f5b9ad3e42ddfc25f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:16:18 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0. - [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.22.12...v3.23.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 c5fefe2..eac3cab 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.22.12 + uses: github/codeql-action/init@v3.23.0 with: languages: javascript config-file: .github/codeql.yml - name: Run analysis - uses: github/codeql-action/analyze@v3.22.12 + uses: github/codeql-action/analyze@v3.23.0