From a676ac80161b56816b9545980cbabab0f22500d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:36:19 +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 486fec2a3ea2626afcd8c7e9208b4f515078dd7e. - [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...486fec2a3ea2626afcd8c7e9208b4f515078dd7e) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 486fec2a3ea2626afcd8c7e9208b4f515078dd7e 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..2c84682 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@486fec2a3ea2626afcd8c7e9208b4f515078dd7e # v3.30.7 with: sarif_file: results.sarif