build(deps): bump github/codeql-action from 3.27.4 to 3.27.5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 25 Nov 2024 23:04:02 +0000 (23:04 +0000)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Tue, 26 Nov 2024 19:37:53 +0000 (20:37 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5.
- [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/ea9e4e37992a54ee68a9622e985e60c8e8f12d9f...f09c1c0a94de965c15400f5634aa42fac8fb8f88)

---
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>
.github/workflows/codeql.yml

index 0edf140fdcf8172a5d221573b4134430c7ccf790..19737cb07fa0531a46a2f0194159df512e0a5e08 100644 (file)
@@ -49,7 +49,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+      uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
       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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+      uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
 
       with:
         category: "/language:${{matrix.language}}"