From 45bdf20fdff9ed1db792ba9c792921d3efdcafb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:36:03 +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 3e93618b997ec0a08fbc9197e697e04790e8b150. - [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...3e93618b997ec0a08fbc9197e697e04790e8b150) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 3e93618b997ec0a08fbc9197e697e04790e8b150 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..8636134 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@3e93618b997ec0a08fbc9197e697e04790e8b150 # v3.30.7 with: sarif_file: results.sarif