]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: bump github/codeql-action from 3.25.11 to 3.25.13
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 22 Jul 2024 14:17:30 +0000 (14:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jul 2024 08:48:19 +0000 (10:48 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.13.
- [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/b611370bb5703a7efb587f9d136a52ea24c5c38c...2d790406f505036ef40ecba973cc774a50395aac)

---
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 #14255

.github/workflows/codeql-analysis.yml

index 15c61ed81b86b1cdc2ef892ee93fd1873f1f9244..eb9851893e642e9afea240742c124d9d3ffcb207 100644 (file)
@@ -55,7 +55,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+        uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3
         with:
           languages: cpp
           queries: security-extended
@@ -63,7 +63,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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+        uses: github/codeql-action/autobuild@2d790406f505036ef40ecba973cc774a50395aac # v3
 
       # â„šī¸ Command-line programs to run using the OS shell.
       # đŸ“š https://git.io/JvXDl
@@ -77,4 +77,4 @@ jobs:
       #    make release
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+        uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3