From ae9d32adb99afd3393e53766695aadc940038d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:28:32 +0000 Subject: [PATCH] Bump github/codeql-action from 3.26.13 to 3.27.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0. - [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/v3.26.13...v3.27.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f1d5775..319e2a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,14 +39,14 @@ jobs: # https://github.com/github/codeql-action - name: Initialize CodeQL - uses: github/codeql-action/init@v3.26.13 + uses: github/codeql-action/init@v3.27.0 with: languages: 'java' # https://github.com/github/codeql-action - name: Autobuild - uses: github/codeql-action/autobuild@v3.26.13 + uses: github/codeql-action/autobuild@v3.27.0 # https://github.com/github/codeql-action - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v3.26.13 \ No newline at end of file + uses: github/codeql-action/analyze@v3.27.0 \ No newline at end of file