From 3b58e05a9ed46461249b803a7f2eb4e45c50563f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:04:47 +0000 Subject: [PATCH] build(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from d6317709a54fd87078d323eeb0e48ec331c8e621 to f3712979fa5f215279b101dd0a2e3bdfb4353324. - [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/d6317709a54fd87078d323eeb0e48ec331c8e621...f3712979fa5f215279b101dd0a2e3bdfb4353324) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: f3712979fa5f215279b101dd0a2e3bdfb4353324 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 e47d695..2d0ce30 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: results_format: sarif publish_results: true - name: Upload SARIF - uses: github/codeql-action/upload-sarif@d6317709a54fd87078d323eeb0e48ec331c8e621 + uses: github/codeql-action/upload-sarif@f3712979fa5f215279b101dd0a2e3bdfb4353324 with: sarif_file: scorecard-results.sarif - name: Upload Scorecard artifact