]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.25.11 to 3.25.15
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Aug 2024 19:10:18 +0000 (19:10 +0000)
committerVictor Julien <victor@inliniac.net>
Tue, 6 Aug 2024 07:55:56 +0000 (09:55 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.25.11...v3.25.15)

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

index aab22b761a9b1690c0a4548202f66d7f0336172e..76f4e8ac190ced55e8efcd67b2033f9cf83dd66e 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.25.11
+      uses: github/codeql-action/init@v3.25.15
       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.25.11
+      uses: github/codeql-action/analyze@v3.25.15
index 0e3eb5fec2c337ef1bc6a831ec74188cfbbc1889..998d7b075a4f7b18f2459fe449e692f34d1a2342 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@ee4ad8b9d64b235782063b8cfff3942401b8033d # v1
+        uses: github/codeql-action/upload-sarif@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb # v1
         with:
           sarif_file: results.sarif