From 4d9ac6e44ed56b9fe27783bde24a491b10797432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 08:57:02 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 2.3.2 to 2.3.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.2 to 2.3.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.3.2...v2.3.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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 575ed23..01f64e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,9 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.2 - name: Set up CodeQL - uses: github/codeql-action/init@v2.3.2 + uses: github/codeql-action/init@v2.3.3 with: languages: javascript config-file: .github/codeql.yml - name: Run analysis - uses: github/codeql-action/analyze@v2.3.2 + uses: github/codeql-action/analyze@v2.3.3