From 7d6da196ae98caf26fb953a0d709e8289dffd035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:30:18 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 (#430) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f7cd8641..1c30994a 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 35d046c2..e7d90e0c 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