From c69b4b4b29f2f7228a22c26014def6c94b2e5a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:15:57 +0000 Subject: build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10. - [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/1b1aada464948af03b950897e5eb522f92603cc2...4355270be187e1b672a7a1c7c7bae5afdc1ab94a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 349f92525..307b0c37c 100644 --- a/.github/workflows/check-c.yml +++ b/.github/workflows/check-c.yml @@ -161,7 +161,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a with: languages: cpp @@ -172,4 +172,4 @@ jobs: run: make -j "$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index 507b975af..43d139c9f 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@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a -- cgit v1.2.3-70-g09d2