From e317143de27062428485c88fdeedab9361164e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:58:24 +0000 Subject: [PATCH] build(deps): Bump github/codeql-action from 2.1.37 to 2.2.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.37 to 2.2.11. - [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/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...d186a2a36cc67bfa1b860e6170d37fb9634742c7) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e19028e7a3..a6c7ec459d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: - name: Set up Gradle uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef - name: Initialize CodeQL Analysis - uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 + uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 with: languages: 'java' - name: Build for CodeQL Analysis @@ -65,4 +65,4 @@ jobs: run: | ./.github/scripts/codeql-build.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 + uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7