]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.28.0 to 3.28.8
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Feb 2025 19:44:41 +0000 (19:44 +0000)
committerVictor Julien <victor@inliniac.net>
Sun, 2 Feb 2025 09:15:34 +0000 (10:15 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 3.28.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.28.0...v3.28.8)

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

index f0f17c8e3cd82b1047d0d6675f1bef6864e60ff6..f5743a7265b29916e2ec39ee91add5610e1df5ad 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.0
+      uses: github/codeql-action/init@v3.28.8
       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.28.0
+      uses: github/codeql-action/analyze@v3.28.8
index a1e4263ec8fc647bc6904bafeda311df473e18fe..b185295a946f208c0535d1980ce6d08abab2680b 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.0
+      uses: github/codeql-action/init@v3.28.8
       with:
         languages: ${{ matrix.language }}
         queries: security-extended
@@ -64,4 +64,4 @@ jobs:
        ./configure --enable-warnings
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3.28.0
+      uses: github/codeql-action/analyze@v3.28.8
index 8cf17c1c7edb6f3a7c3ec02f7f176aa3b7b17fea..ae99bcb321ceca1ca381f107c53cd29af82e12ca 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@5b6e617dc0241b2d60c2bccea90c56b67eceb797 # v1
+        uses: github/codeql-action/upload-sarif@0701025a8b1600e416be4f3bb5a830b1aa6af01e # v1
         with:
           sarif_file: results.sarif