From caf5da8d0eca6ea0b03d5a0b903431dcced40d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:35:04 +0000 Subject: [PATCH] Bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 3cf0a529d8434171b6af190714e8d5b7abb83927 to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3. - [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/3cf0a529d8434171b6af190714e8d5b7abb83927...1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 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 aef107ff..233624fd 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@3cf0a529d8434171b6af190714e8d5b7abb83927 # v3.30.8 + uses: github/codeql-action/upload-sarif@1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 # v3.30.8 with: sarif_file: results.sarif