From 168703ee6ab2d203454cfc106acbb0f80d671152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:39:40 +0000 Subject: [PATCH] :arrow_up: Bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from a2d9de63c2916881d0621fdb7e65abe32141606d to 0963041ab44fef14b249c939dcda503ac8403e0c. - [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/a2d9de63c2916881d0621fdb7e65abe32141606d...0963041ab44fef14b249c939dcda503ac8403e0c) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: '0963041ab44fef14b249c939dcda503ac8403e0c' 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 de0d4eb..5dd10af 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 (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@a2d9de63c2916881d0621fdb7e65abe32141606d # v3.30.7 + uses: github/codeql-action/upload-sarif@0963041ab44fef14b249c939dcda503ac8403e0c # v3.30.7 with: sarif_file: results.sarif