From 2cfdc0ecd30ca620946b8a373c44d5a2452f49f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:56:50 +0000 Subject: [PATCH] Bump github/codeql-action from 2.21.7 to 2.22.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.22.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/v2.21.7...v2.22.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-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ae111a6b18f..4dc2db11d01 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,15 +28,15 @@ jobs: fetch-depth: 2 - name: 🔁 Initialize CodeQL - uses: github/codeql-action/init@v2.21.7 + uses: github/codeql-action/init@v2.22.0 with: languages: python - name: 🛠️ Autobuild - uses: github/codeql-action/autobuild@v2.21.7 + uses: github/codeql-action/autobuild@v2.22.0 - name: 🏃 Run CodeQL Analysis - uses: github/codeql-action/analyze@v2.21.7 + uses: github/codeql-action/analyze@v2.22.0 - name: 📨 Discord notification if: ${{ github.event_name == 'schedule' && failure() }}