From a60477b502c42d72e8e0d7cdc7c31878a98e3447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:02:42 +0000 Subject: [PATCH] Chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2d2f57ed3a96a5c55ea34a02d2787de24943ebea to 148e76abb6f49e4dd9bf755fde127f30c252eee9. - [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/2d2f57ed3a96a5c55ea34a02d2787de24943ebea...148e76abb6f49e4dd9bf755fde127f30c252eee9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 148e76abb6f49e4dd9bf755fde127f30c252eee9 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 2bb8190..3344c77 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,6 +41,6 @@ jobs: results_file: results.sarif results_format: sarif - name: Upload to code scanning - uses: github/codeql-action/upload-sarif@2d2f57ed3a96a5c55ea34a02d2787de24943ebea # v3.29.0 + uses: github/codeql-action/upload-sarif@148e76abb6f49e4dd9bf755fde127f30c252eee9 # v3.29.0 with: sarif_file: results.sarif