From 045883214f0701fb9b8f9afc4bf0e4c5b364e4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:33:25 +0000 Subject: [PATCH] Update github/codeql-action requirement to 57eebf61a2246ab60a0c2f5a85766db783ad3553 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/57eebf61a2246ab60a0c2f5a85766db783ad3553) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 57eebf61a2246ab60a0c2f5a85766db783ad3553 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..52e6fe910 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@57eebf61a2246ab60a0c2f5a85766db783ad3553 # 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@57eebf61a2246ab60a0c2f5a85766db783ad3553 # infered from @v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@86b04fb0e47484f7282357688f21d5d0e32175fe # infered from @v3 + uses: github/codeql-action/analyze@57eebf61a2246ab60a0c2f5a85766db783ad3553 # infered from @v3