From 239b0988b87d19a9f93e5f124a9b8aff057c0d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:50:10 +0000 Subject: [PATCH] Bump github/codeql-action from 4.31.9 to 4.35.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.35.2. - [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...95e58e9a2cdfd71adc6e0353d5c52f41a045d225) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 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..09e0451c 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 with: sarif_file: ${{env.results-file}}