From 5a35183f2926e3f53d600081a56a353a1bba620d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:02:36 +0000 Subject: [PATCH] build: Bump github/codeql-action from 2.22.5 to 2.22.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 to 2.22.7. - [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/74483a38d39275f33fcff5f35b679b5ca4a26a99...66b90a5db151a8042fa97405c6cf843bbe433f7b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2e7dad71..ab36f80d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -71,7 +71,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Initialize CodeQL Analysis - uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 + uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b with: languages: 'java' - name: Build for CodeQL Analysis @@ -79,4 +79,4 @@ jobs: run: | ./.github/scripts/codeql-build.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 + uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b