From 0283e2b15c715fa862170d428e823bc043c6c20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:14:10 +0000 Subject: [PATCH] build(deps): Bump github/codeql-action from 2.21.6 to 2.22.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.6 to 2.22.1. - [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/701f152f28d4350ad289a5e31435e9ab6169a7ca...fdcae64e1484d349b3366718cdfef3d404390e85) --- 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-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 56bf2d6..03a806b 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@701f152f28d4350ad289a5e31435e9ab6169a7ca + uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 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@701f152f28d4350ad289a5e31435e9ab6169a7ca + uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85