From f9b72bc21b527588f551564e073d7d09380521b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:17:39 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.24.9 to 3.25.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.8. - [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...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff) --- 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..26a7a03 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 - 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 diff --git a/.github/workflows/check.scorecards.yml b/.github/workflows/check.scorecards.yml index 404a909..a3fbadf 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 with: sarif_file: results.sarif