From 24855cd97f60109d0c9341c3812476b3cbd6f738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:56:40 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.24.9 to 3.25.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.5. - [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/1b1aada464948af03b950897e5eb522f92603cc2...b7cec7526559c32f1616476ff32d17ba4c59b2d6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check.codeql-analysis.yml | 6 +++--- .github/workflows/check.scorecards.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.codeql-analysis.yml b/.github/workflows/check.codeql-analysis.yml index afa41fe..df9a60f 100644 --- a/.github/workflows/check.codeql-analysis.yml +++ b/.github/workflows/check.codeql-analysis.yml @@ -40,15 +40,15 @@ jobs: uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: "Setup: Initialize CodeQL" id: initialize - uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 with: languages: ${{ matrix.language }} source-root: src - name: "Build: Autobuild" id: autobuild continue-on-error: true - uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 - name: "Check: Perform CodeQL Analysis" id: analyze continue-on-error: true - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 diff --git a/.github/workflows/check.scorecards.yml b/.github/workflows/check.scorecards.yml index 404a909..d7d95e3 100644 --- a/.github/workflows/check.scorecards.yml +++ b/.github/workflows/check.scorecards.yml @@ -43,6 +43,6 @@ jobs: path: results.sarif retention-days: 5 - name: "Artifacts: GitHub Advanced Security" - uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 with: sarif_file: results.sarif