From 9a433d266254cf07c1b1f6ec8132d5273e1ecceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:12:58 +0000 Subject: [PATCH] ci: bump github/codeql-action from 4.37.7 to 4.37.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.7 to 4.37.8. - [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.37.7...v4.37.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 33381fc..26a21e1 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -22,11 +22,11 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: 'Initialize CodeQL' - uses: 'github/codeql-action/init@v4.37.7' + uses: 'github/codeql-action/init@v4.37.8' with: languages: 'java-kotlin' build-mode: 'manual' - name: 'Build' run: './gradlew assembleDebug' - name: 'Perform CodeQL Analysis' - uses: 'github/codeql-action/analyze@v4.37.7' + uses: 'github/codeql-action/analyze@v4.37.8'