From 16edbd82687eb483038eb8749f972f8679fb1932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:29:36 +0000 Subject: build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 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/ddccb873888234080b77e9bc2d4764d5ccaaccf9...2cb752a87e96af96708ab57187ab6372ee1973ab) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-c.yml | 4 ++-- .github/workflows/check-python.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml index 5a418dfb3..ddf62f025 100644 --- a/.github/workflows/check-c.yml +++ b/.github/workflows/check-c.yml @@ -150,7 +150,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 + uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab with: languages: cpp @@ -161,4 +161,4 @@ jobs: run: make -j "$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 + uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index a5c670c14..392db38c2 100644 --- a/.github/workflows/check-python.yml +++ b/.github/workflows/check-python.yml @@ -50,9 +50,9 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 + uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 + uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab -- cgit v1.2.3-54-g00ecf