From 274d80307080594d4940ee12fa57dc9529d644ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:32:14 +0000 Subject: [PATCH] Update github/codeql-action requirement to d88a5540c3fd916f4e15b7744d287a124278e065 Updates the requirements on [github/codeql-action](https://github.com/github/codeql-action) to permit the latest version. - [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/commits/d88a5540c3fd916f4e15b7744d287a124278e065) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: d88a5540c3fd916f4e15b7744d287a124278e065 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 056b34905..cf33699d0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: token: ${{ github.token }} - name: Initialize CodeQL - uses: github/codeql-action/init@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 # infered from @v3 + uses: github/codeql-action/init@d88a5540c3fd916f4e15b7744d287a124278e065 # infered from @v3 with: languages: ${{ matrix.language }} @@ -55,7 +55,7 @@ jobs: cache: 'gradle' - name: Autobuild - uses: github/codeql-action/autobuild@bed2a47f201e917459bc40343380c570a730ff06 # infered from @v3 + uses: github/codeql-action/autobuild@d88a5540c3fd916f4e15b7744d287a124278e065 # infered from @v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@86b04fb0e47484f7282357688f21d5d0e32175fe # infered from @v3 + uses: github/codeql-action/analyze@d88a5540c3fd916f4e15b7744d287a124278e065 # infered from @v3