From cd2331ec00dfc771ae9f14c792d8860ea329ac85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:03:20 +0000 Subject: [PATCH] Chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 86b7d4fc363de6ec65b66605da5fa8e7e0fe8028 to 07eae6420a6997001a066933b320b2ef99fd7016. - [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/86b7d4fc363de6ec65b66605da5fa8e7e0fe8028...07eae6420a6997001a066933b320b2ef99fd7016) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 07eae6420a6997001a066933b320b2ef99fd7016 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 8dc6a15..c107f1a 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@86b7d4fc363de6ec65b66605da5fa8e7e0fe8028 # v3.29.0 + uses: github/codeql-action/upload-sarif@07eae6420a6997001a066933b320b2ef99fd7016 # v3.29.0 with: sarif_file: results.sarif