From feeaec66fa8b005894cfc38b1fd03ce81698a0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:56:35 +0000 Subject: build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.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/b7bf0a3ed3ecfa44160715d7c442788f65f0f923...e8893c57a1f3a2b659b6b55564fdfdbbd2982911) --- 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 3e45c6fac..b1bda3bd4 100644 --- a/.github/workflows/check-c.yml +++ b/.github/workflows/check-c.yml @@ -154,7 +154,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 + uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 with: languages: cpp @@ -165,4 +165,4 @@ jobs: run: make -j "$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 + uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index ac7e15383..2442ae2a0 100644 --- a/.github/workflows/check-python.yml +++ b/.github/workflows/check-python.yml @@ -51,9 +51,9 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 + uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 + uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 -- cgit v1.2.3-54-g00ecf