]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.25.7 to 3.25.11 11403/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Jul 2024 19:30:49 +0000 (19:30 +0000)
committerVictor Julien <victor@inliniac.net>
Tue, 2 Jul 2024 09:52:41 +0000 (11:52 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.11)

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