From e08f77d53f56f0ac7c6d6e656b594cff6ad78eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:49:23 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.35.1 to 4.36.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.36.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v4.35.1...v4.36.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0486db6351..2972f99a43 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -65,7 +65,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.1 + uses: github/codeql-action/init@v4.36.1 with: languages: python # Override the default behavior so that the action doesn't attempt @@ -93,4 +93,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.35.1 + uses: github/codeql-action/analyze@v4.36.1 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 81d89f6c11..07f2cd0444 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@a899987af240c0578ed84ce13c02319a693e168f # v2.22.11 + uses: github/codeql-action/upload-sarif@2ceebd64c474b9e68028c6bf6585fca7cdbb8ad6 # v2.22.11 with: sarif_file: results.sarif