From 66f6440745dd95b02b84d973d39e665a2c469e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:06:48 +0000 Subject: [PATCH] build(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from a899987af240c0578ed84ce13c02319a693e168f to 6a9359a1bd054c53cae7bb737bd8d796cfbf3014. - [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/a899987af240c0578ed84ce13c02319a693e168f...6a9359a1bd054c53cae7bb737bd8d796cfbf3014) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 6a9359a1bd054c53cae7bb737bd8d796cfbf3014 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 81d89f6c11..136516d4aa 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@a899987af240c0578ed84ce13c02319a693e168f # v2.22.11 + uses: github/codeql-action/upload-sarif@6a9359a1bd054c53cae7bb737bd8d796cfbf3014 # v2.22.11 with: sarif_file: results.sarif