]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.26.10 to 3.26.12
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 14 Oct 2024 06:58:25 +0000 (06:58 +0000)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Oct 2024 11:54:32 +0000 (13:54 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.10 to 3.26.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.26.10...v3.26.12)

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

index 2a7f58ee6b1d18771dbb11b85a6b143f089b30b2..967e956add387a6b61736acacfd1b84ef9c7dc73 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.26.10
+      uses: github/codeql-action/init@v3.26.12
       with:
         languages: ${{ matrix.language }}
         queries: security-extended
@@ -62,4 +62,4 @@ jobs:
        ./configure --enable-warnings
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3.26.10
+      uses: github/codeql-action/analyze@v3.26.12
index a86b5c5cd0b59e57e6f490c51673b2d5892383cb..3bc1569fbdf0aedba591ec6234bf437e19e3c20d 100644 (file)
@@ -51,6 +51,6 @@ jobs:
 
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload SARIF results"
-        uses: github/codeql-action/upload-sarif@a196a714b8d0d287c2c86f37b12ba3dcd939d879 # v1
+        uses: github/codeql-action/upload-sarif@ea2cd92c21b192add69983116b8b3222b09da33b # v1
         with:
           sarif_file: results.sarif