From 84bb8123be72343b52eca50860894c2f15743d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:54:46 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 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...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 0dc02a8f4b..d57e17aa7d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,13 +49,13 @@ jobs: # Initializes the CodeQL tools for scanning. - if: matrix.language == 'c-cpp' name: Initialize CodeQL C - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: 'c-cpp' - if: matrix.language == 'python' name: Initialize CodeQL Python - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: 'python' config-file: ./.github/codeql/codeql-config.yml @@ -66,6 +66,6 @@ jobs: ninja -C .build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}"