From 18c9c1da08c483ecdab4da4731efb43a8bc19f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:55:27 +0000 Subject: [PATCH] chore(ci)(deps): bump github/codeql-action from 3.35.2 to 3.36.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.35.2 to 3.36.0. - [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/ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a...03e4368ac7daa2bd82b3e85262f3bf87ee112f57) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ec2f701..96515d5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -35,6 +35,6 @@ jobs: retention-days: 7 - name: Upload to code-scanning dashboard - uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3 + uses: github/codeql-action/upload-sarif@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3 with: sarif_file: results.sarif