build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (#393)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.23.2.
- [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/0b21cf2492b6b02c465a3e5d7c473717ad7721ba...b7bf0a3ed3ecfa44160715d7c442788f65f0f923)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml
index 25f5c87..ab68771 100644
--- a/.github/workflows/posix.yml
+++ b/.github/workflows/posix.yml
@@ -66,7 +66,7 @@
 
     - name: Initialize CodeQL
       if: inputs.build_codeql == true
-      uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba
+      uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
       with:
         languages: 'cpp'
 
@@ -295,4 +295,4 @@
 
     - name: Perform CodeQL Analysis
       if: inputs.build_codeql == true
-      uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba
+      uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 9548c03..b699583 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -42,7 +42,7 @@
 

     - name: Initialize CodeQL

       if: inputs.build_codeql == true

-      uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba

+      uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923

       with:

         languages: 'cpp'

 

@@ -104,4 +104,4 @@
 

     - name: Perform CodeQL Analysis

       if: inputs.build_codeql == true

-      uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba

+      uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923