From 90907ac0d2c34b3c1e9a11f3e5c601308a5b5ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:22:53 +0000 Subject: build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.9 to 3.22.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/c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2...b374143c1149a9115d881581d29b8390bbcbb59c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-c.yml | 4 ++-- .github/workflows/check-python.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml index c194a81af..8b023c830 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 + uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c with: languages: cpp @@ -161,4 +161,4 @@ jobs: run: make -j "$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 + uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index 704f53bb4..186e415d1 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 + uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 + uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c -- cgit v1.2.3-70-g09d2