From 62526b970ee9c4b632ae5dc3999e5b5519175d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:37:14 +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 6f530319d8c989665d0835536ec9571735fd2008. - [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...6f530319d8c989665d0835536ec9571735fd2008) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 6f530319d8c989665d0835536ec9571735fd2008 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..1f75195 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@6f530319d8c989665d0835536ec9571735fd2008 # v3.30.7 with: sarif_file: results.sarif