]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: bump github/codeql-action from 3.26.6 to 3.26.8
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Sep 2024 14:41:25 +0000 (14:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Sep 2024 06:44:00 +0000 (08:44 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.8.
- [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/4dd16135b69a43b6c8efb853346f8437d92d3c93...294a9d92911152fe08befb9ec03e240add280cb3)

---
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>
Closes #15019

.github/workflows/codeql-analysis.yml

index f5e7088b4a124e27831e6366f9b2960cd90e302d..5a6dc73a609312205f544cc9e18b6b063edbfd1c 100644 (file)
@@ -51,7 +51,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3
+        uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3
         with:
           languages: cpp
           queries: security-extended
@@ -59,7 +59,7 @@ jobs:
       # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
       # If this step fails, then you should remove it and run the build manually (see below)
       - name: Autobuild
-        uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3
+        uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3
 
       # â„šī¸ Command-line programs to run using the OS shell.
       # đŸ“š https://git.io/JvXDl
@@ -73,4 +73,4 @@ jobs:
       #    make release
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3
+        uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3