From 1413a5a7b023d8baf969b3eea3b5ffa626bf74b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:34:48 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 (#330) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.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/v2.21.9...v2.22.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7f9ac90d..1cb2f7c8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,12 +25,12 @@ jobs: uses: actions/checkout@v4.1.0 - name: Initialize CodeQL - uses: github/codeql-action/init@v2.21.9 + uses: github/codeql-action/init@v2.22.0 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v2.21.9 + uses: github/codeql-action/autobuild@v2.22.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.21.9 + uses: github/codeql-action/analyze@v2.22.0