]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.27.0 to 3.27.5 12202/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Dec 2024 19:29:01 +0000 (19:29 +0000)
committerVictor Julien <victor@inliniac.net>
Mon, 2 Dec 2024 11:33:39 +0000 (12:33 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.27.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.27.0...v3.27.5)

---
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 9717f8762d0a34ef92416109c16cfb23f83abf50..7bbb3f6a11735cd42910a3c0952ff0b2030fc285 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.27.0
+      uses: github/codeql-action/init@v3.27.5
       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.27.0
+      uses: github/codeql-action/analyze@v3.27.5
index 757d90932450c67069dc74a46c28178b0f3d7e53..b44858eae9967fa83e465f904091026ba29c06bf 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@cbe18979603527f12c7871a6eb04833ecf1548c7 # v1
+        uses: github/codeql-action/upload-sarif@3d3d628990a5f99229dd9fa1821cc5a4f31b613b # v1
         with:
           sarif_file: results.sarif