From d8833ae4cf8ebb60e931e4316bc18a858cd11409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 17:36:51 +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 9ee088e13615f8d1eaef4766f9dde95d3356a8f6. - [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...9ee088e13615f8d1eaef4766f9dde95d3356a8f6) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 9ee088e13615f8d1eaef4766f9dde95d3356a8f6 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..ee39aa5 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@9ee088e13615f8d1eaef4766f9dde95d3356a8f6 # v3.30.7 with: sarif_file: results.sarif