From 47827210fe85cdb06deef282fbe87bbe8fd40b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:07:31 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 2.25.6 to 3.25.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.25.6 to 3.25.7. - [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/162eb1e32abe518e88bd229ebc8784a533ceaa51...f079b8493333aace61c81488f8bd40919487bd9f) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 69ffd837f3c..a6f27c7fce9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,12 +26,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@162eb1e32abe518e88bd229ebc8784a533ceaa51 + uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@162eb1e32abe518e88bd229ebc8784a533ceaa51 + uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f with: category: '/language:${{matrix.language}}'