From ba455d437ab43a0e027141411240f8d9a712ef06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:56:50 +0000 Subject: [PATCH] Chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2d2f57ed3a96a5c55ea34a02d2787de24943ebea to c90f0747e2cb91ce3c0ea059dbaeddcb1e3fa3ab. - [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...c90f0747e2cb91ce3c0ea059dbaeddcb1e3fa3ab) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: c90f0747e2cb91ce3c0ea059dbaeddcb1e3fa3ab 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..9396a9c 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@c90f0747e2cb91ce3c0ea059dbaeddcb1e3fa3ab # v3.29.0 with: sarif_file: results.sarif