build(deps): bump github/codeql-action from 3.26.13 to 3.27.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 29 Oct 2024 09:37:03 +0000 (09:37 +0000)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Tue, 29 Oct 2024 10:40:30 +0000 (11:40 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0.
- [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/f779452ac5af1c261dce0346a8f964149f49322b...662472033e021d55d94146f66f6058822b0b39fd)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codeql.yml

index 82d7b7474168d7f3dc592c0f2793f8eef6417265..34eb4ce7d887f2ae60327fd14d7831cb59c14a3e 100644 (file)
@@ -49,7 +49,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
+      uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
       with:
         languages: ${{ matrix.language }}
         build-mode: ${{ matrix.build-mode }}
@@ -74,7 +74,7 @@ jobs:
         meson compile -C build
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
+      uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
 
       with:
         category: "/language:${{matrix.language}}"