From c1c1fc41596a1f770d17961bce87eb8818cec245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:03:15 +0000 Subject: [PATCH] Chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 8301b8b09677d050f498ac210b2b91a37ba1e617 to 71d0a56d4479a74c3dd8cf7a47d5661f11752db8. - [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/8301b8b09677d050f498ac210b2b91a37ba1e617...71d0a56d4479a74c3dd8cf7a47d5661f11752db8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 71d0a56d4479a74c3dd8cf7a47d5661f11752db8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 979a70e..1ea69c9 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,6 +41,6 @@ jobs: results_file: results.sarif results_format: sarif - name: Upload to code scanning - uses: github/codeql-action/upload-sarif@8301b8b09677d050f498ac210b2b91a37ba1e617 # v3.29.0 + uses: github/codeql-action/upload-sarif@71d0a56d4479a74c3dd8cf7a47d5661f11752db8 # v3.29.0 with: sarif_file: results.sarif