]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.28.10 to 3.28.13
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Apr 2025 19:47:03 +0000 (19:47 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Apr 2025 20:36:10 +0000 (22:36 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.10 to 3.28.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.28.10...v3.28.13)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.13
  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 289b6f09a90eae67f85b0f8a1aed811b2d657d62..2ffccea46b0d550950a9886fb2012e6bf7bcb4d1 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.10
+      uses: github/codeql-action/init@v3.28.13
       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.10
+      uses: github/codeql-action/analyze@v3.28.13
index 3f533d005ab67d721e6e87ee63958d3f432d848c..30918b8215d2a39dcec116a67c8a5cffe49ed8de 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.10
+      uses: github/codeql-action/init@v3.28.13
       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.10
+      uses: github/codeql-action/analyze@v3.28.13
index bf9e329441fe24ffb9416eba6a1ef0cd326377ce..f78a8ed8af333565b73d2102f0c3e73db962efb8 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@83923549f688e42b34d0b90ee94725f7c30532fc # v1
+        uses: github/codeql-action/upload-sarif@efffb483ec7bb162c4b7935f8b35ab6b94136c7b # v1
         with:
           sarif_file: results.sarif