]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.28.18 to 3.29.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Jul 2025 19:07:53 +0000 (19:07 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Jul 2025 19:38:41 +0000 (21:38 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.29.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.28.18...v3.29.2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codeql.yml
.github/workflows/codeqlpy.yml
.github/workflows/scorecards-analysis.yml

index 4b4f20743173fb2dbbd48d80f268fefe81c2c65c..42325603c970f42165376499223db0e0e315ca12 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.18
+      uses: github/codeql-action/init@v3.29.2
       with:
         languages: ${{ matrix.language }}
         queries: security-extended
@@ -63,4 +63,4 @@ jobs:
        ./configure --enable-warnings
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3.28.18
+      uses: github/codeql-action/analyze@v3.29.2
index f6548c72032a5d7c807403aabf41c742834ad72b..dfbf13cff3c54fb42819e28496b66b643ea90620 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.28.18
+      uses: github/codeql-action/init@v3.29.2
       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.18
+      uses: github/codeql-action/analyze@v3.29.2
index e5141322dfb285c1a0d5e1984cad3ab85b37fbcb..c7be089a693505180ed6524bb4f14c91ed9a490d 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@7fd62151d9daff11d4b981415ffb365dcd93f75a # v1
+        uses: github/codeql-action/upload-sarif@dcc1a6637b570d406bec5125dce2e2157d914359 # v1
         with:
           sarif_file: results.sarif