From 2bcac753ae71e4badb172c280c9fd3b6ca9508ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 13:00:02 +0000 Subject: [PATCH] Bump github/codeql-action from 4.35.4 to 4.35.5 in the actions group Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.4 to 4.35.5 - [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/v4.35.4...v4.35.5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-android.yml b/.github/workflows/lint-android.yml index 60dcaee..a15b3f8 100644 --- a/.github/workflows/lint-android.yml +++ b/.github/workflows/lint-android.yml @@ -78,7 +78,7 @@ jobs: build/android/gradle/reports/lint-results-*.sarif - name: Upload SARIF to code scanning if: always() - uses: github/codeql-action/upload-sarif@v4.35.4 + uses: github/codeql-action/upload-sarif@v4.35.5 with: sarif_file: build/android/gradle/reports/lint-results-debug.sarif wait-for-processing: true