From d71b14d424f8345c2f81545ab660bfdebdcfe838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:21:57 +0000 Subject: [PATCH] Bump github/codeql-action from 2.22.1 to 2.22.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.1 to 2.22.2. - [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/v2.22.1...v2.22.2) --- 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.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 0ac87cc..9f8f0e9 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -50,12 +50,12 @@ jobs: distribution: temurin cache: 'maven' - name: Initialize CodeQL - uses: github/codeql-action/init@v2.22.1 + uses: github/codeql-action/init@v2.22.2 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@v2.22.1 + uses: github/codeql-action/autobuild@v2.22.2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.22.1 + uses: github/codeql-action/analyze@v2.22.2 - name: Make sure build did not change anything run: git diff --exit-code