From 49f95d5707d1cda29b7d84a174167a24ddf550cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:40:32 +0000 Subject: [PATCH] Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from ef36b69c6d7c22bd9d0183f534d82d47639dc745 to b69421388d5449cc5a5e1ca344d71926bda69e07. - [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/ef36b69c6d7c22bd9d0183f534d82d47639dc745...b69421388d5449cc5a5e1ca344d71926bda69e07) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: b69421388d5449cc5a5e1ca344d71926bda69e07 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 e5c0003..ade4bd0 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@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # v3.29.0 + uses: github/codeql-action/upload-sarif@b69421388d5449cc5a5e1ca344d71926bda69e07 # v3.29.0 with: sarif_file: results.sarif