From 70f1b796b386372f89e9403acdb5711d6bbe6b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:54:17 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1. - [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/4355270be187e1b672a7a1c7c7bae5afdc1ab94a...c7f9125735019aa87cfc361530512d50ea439c71) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/posix.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index f7cd8641c..1c30994ab 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -66,7 +66,7 @@ jobs: - name: Initialize CodeQL if: inputs.build_codeql == true - uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a + uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 with: languages: 'cpp' @@ -295,4 +295,4 @@ jobs: - name: Perform CodeQL Analysis if: inputs.build_codeql == true - uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a + uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 35d046c2c..e7d90e0c2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,7 +42,7 @@ jobs: - name: Initialize CodeQL if: inputs.build_codeql == true - uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a + uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 with: languages: 'cpp' @@ -104,4 +104,4 @@ jobs: - name: Perform CodeQL Analysis if: inputs.build_codeql == true - uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a + uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71