From 57c0f8865f8931b9e63d07cf352e69b7fd4327df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:57:29 +0000 Subject: [PATCH] Bump github/codeql-action from 4.31.9 to 4.35.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.35.3. - [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/5d4e8d1aca955e8d8589aabd499c5cae939e33c7...e46ed2cbd01164d986452f91f178727624ae40d7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/org.python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/org.python-ci.yml b/.github/workflows/org.python-ci.yml index d1f321b0..18f20a8c 100644 --- a/.github/workflows/org.python-ci.yml +++ b/.github/workflows/org.python-ci.yml @@ -52,7 +52,7 @@ jobs: - name: Upload SARIF file if: ${{steps.check-failures.outputs.has_errors == 'true'}} - uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 with: sarif_file: ${{env.results-file}}