From b72e124b90ab1d51db1ebebd6dc81c250425b2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:33:02 +0000 Subject: [PATCH] Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from ef36b69c6d7c22bd9d0183f534d82d47639dc745 to 7710ed11e398ea99c7f7004c2b2e0f580458db42. - [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...7710ed11e398ea99c7f7004c2b2e0f580458db42) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 7710ed11e398ea99c7f7004c2b2e0f580458db42 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..1707d90 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@7710ed11e398ea99c7f7004c2b2e0f580458db42 # v3.29.0 with: sarif_file: results.sarif