From 70519058ae7c38af48a0fc2093a4e43498764a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:56:11 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.25.5 to 3.25.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.7. - [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/b7cec7526559c32f1616476ff32d17ba4c59b2d6...f079b8493333aace61c81488f8bd40919487bd9f) --- 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(-) diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml index 2a479c5462..250f178176 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 + uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f with: languages: cpp @@ -172,4 +172,4 @@ jobs: run: make -j "$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 + uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index 73b7d9c679..f50ccc7a02 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 + uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 + uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f