From b7ecf943ae9abd42a40373424bab25dacab355a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:35:13 +0000 Subject: [PATCH] Chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 7eb43b07886e77d5f743a800ad7a8a380f9f3ea3 to 1fd8a71a1271a5ad7639a423fdd9485e1be64031. - [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/7eb43b07886e77d5f743a800ad7a8a380f9f3ea3...1fd8a71a1271a5ad7639a423fdd9485e1be64031) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 1fd8a71a1271a5ad7639a423fdd9485e1be64031 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 fc372ae..c9ba4a7 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@7eb43b07886e77d5f743a800ad7a8a380f9f3ea3 # v3.29.0 + uses: github/codeql-action/upload-sarif@1fd8a71a1271a5ad7639a423fdd9485e1be64031 # v3.29.0 with: sarif_file: results.sarif