From 81475c3dcc54a221d59cbbf0d8b739e9a4eba2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 15:17:15 +0000 Subject: [PATCH] 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/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 b3d4550c..f7cd8641 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@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a with: languages: 'cpp' @@ -295,4 +295,4 @@ jobs: - name: Perform CodeQL Analysis if: inputs.build_codeql == true - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f1768517..35d046c2 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@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a with: languages: 'cpp' @@ -104,4 +104,4 @@ jobs: - name: Perform CodeQL Analysis if: inputs.build_codeql == true - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 + uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a