]> git.feebdaed.xyz Git - 0xmirror/msquic.git/commitdiff
Bump github/codeql-action from 4.30.7 to 4.31.2 (#5555)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 31 Oct 2025 20:20:22 +0000 (13:20 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 20:20:22 +0000 (13:20 -0700)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.7 to 4.31.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/e296a935590eb16afc0c0108289f68c87e2a89a5...0499de31b99561a6d14a36a5f662c2a54f91beee)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/codeql-analysis.yml
.github/workflows/scorecards-analysis.yml

index cec3e0985424f1eae099c3a27a03269eadb11030..63e95231975935c226bb495b1648c865d4e4ab15 100644 (file)
@@ -47,7 +47,7 @@ jobs:
          cmake --build . --target OpenSSL_Target
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5
+        uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
         with:
           languages: cpp
           config-file: ./.github/codeql/codeql-config.yml
@@ -58,4 +58,4 @@ jobs:
          cmake --build .
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5
+        uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee
index 599e6c6f4999272e07c98f17ae976b0e04fae974..aabeb399f5da759c97722a69be823f178617d307 100644 (file)
@@ -51,6 +51,6 @@ jobs:
 
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5
+        uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
         with:
           sarif_file: results.sarif