]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.28.13 to 3.28.16
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 May 2025 19:59:36 +0000 (19:59 +0000)
committerVictor Julien <victor@inliniac.net>
Sat, 3 May 2025 06:19:36 +0000 (08:19 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.13 to 3.28.16.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.28.13...v3.28.16)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.16
  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 f92505a06f8bd6d4845cb21df87b68a66eb257d6..2d2fcb26e9936531a81ac38b1e50c8a22fedb604 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.13
+      uses: github/codeql-action/init@v3.28.16
       with:
         languages: ${{ matrix.language }}
         queries: security-extended
@@ -61,4 +61,4 @@ jobs:
        ./configure --enable-warnings
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3.28.13
+      uses: github/codeql-action/analyze@v3.28.16
index 30918b8215d2a39dcec116a67c8a5cffe49ed8de..324b80dc48d91c61e70812e5690228c08ec47acd 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.13
+      uses: github/codeql-action/init@v3.28.16
       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.13
+      uses: github/codeql-action/analyze@v3.28.16
index 6dedce711183d2feb7fcec8629a102b29fba4ce5..b945f17531168be831ce5f31f11ad80c63f79c98 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@efffb483ec7bb162c4b7935f8b35ab6b94136c7b # v1
+        uses: github/codeql-action/upload-sarif@97a2bfd2a3d26d458da69e548f7f859d6fca634d # v1
         with:
           sarif_file: results.sarif