From 6ca903bb8e281eb293b4c8a3f031e857c6a52257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:52:08 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.26.11...v3.26.12) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/codeql-analysis.yaml | 6 +++--- .github/workflows/scoreboard.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 13248ed..aed2fc0 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -30,12 +30,12 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v3.26.11 + uses: github/codeql-action/init@v3.26.12 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v3.26.11 + uses: github/codeql-action/autobuild@v3.26.12 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.26.11 + uses: github/codeql-action/analyze@v3.26.12 diff --git a/.github/workflows/scoreboard.yml b/.github/workflows/scoreboard.yml index 539ff37..3f11eb3 100644 --- a/.github/workflows/scoreboard.yml +++ b/.github/workflows/scoreboard.yml @@ -30,6 +30,6 @@ jobs: publish_results: true - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@7cf65a5b2e089b7207c678633bc4a42884847231 # v2.22.11 + uses: github/codeql-action/upload-sarif@ea2cd92c21b192add69983116b8b3222b09da33b # v2.22.11 with: sarif_file: results.sarif