]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.28.8 to 3.28.10
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Mar 2025 19:22:28 +0000 (19:22 +0000)
committerVictor Julien <victor@inliniac.net>
Sun, 2 Mar 2025 07:59:30 +0000 (08:59 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.28.8...v3.28.10)

---
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 f5743a7265b29916e2ec39ee91add5610e1df5ad..289b6f09a90eae67f85b0f8a1aed811b2d657d62 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.8
+      uses: github/codeql-action/init@v3.28.10
       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.8
+      uses: github/codeql-action/analyze@v3.28.10
index b185295a946f208c0535d1980ce6d08abab2680b..3f533d005ab67d721e6e87ee63958d3f432d848c 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.8
+      uses: github/codeql-action/init@v3.28.10
       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.8
+      uses: github/codeql-action/analyze@v3.28.10
index c3600a1b7816dc1c3cb4c75e6e2e74c4175efc22..fe17297648c86f07e5d121f85db720e455baab65 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@0701025a8b1600e416be4f3bb5a830b1aa6af01e # v1
+        uses: github/codeql-action/upload-sarif@83923549f688e42b34d0b90ee94725f7c30532fc # v1
         with:
           sarif_file: results.sarif