]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.25.3 to 3.25.7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Jun 2024 19:52:50 +0000 (19:52 +0000)
committerVictor Julien <victor@inliniac.net>
Tue, 4 Jun 2024 04:28:24 +0000 (06:28 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.25.3...v3.25.7)

---
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 b7db5b86dd96b4e69cdf644fb8f7c330a900eea9..35c7250f1ca6d410920f047dd8744438db44191c 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.25.3
+      uses: github/codeql-action/init@v3.25.7
       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.25.3
+      uses: github/codeql-action/analyze@v3.25.7
index d8ce92a3d051601b1f8ad3d47dab85a3913730ad..f79a04a119f197fd718e288e19743be7a1a6e8b4 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@41857bab356c91c1decab862427445155c08ca39 # v1
+        uses: github/codeql-action/upload-sarif@add199be7753abbeb58eee647967afe140edaba1 # v1
         with:
           sarif_file: results.sarif