]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.24.5 to 3.24.6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 29 Feb 2024 19:49:17 +0000 (19:49 +0000)
committerVictor Julien <victor@inliniac.net>
Sat, 2 Mar 2024 10:40:19 +0000 (11:40 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.24.5...v3.24.6)

---
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 6e25a914307304052bb2551b750232af941284c3..57b202665022d74e5346eb7d4436cc96d9d6f98f 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.24.5
+      uses: github/codeql-action/init@v3.24.6
       with:
         languages: ${{ matrix.language }}
         queries: security-extended
@@ -62,4 +62,4 @@ jobs:
        ./configure
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3.24.5
+      uses: github/codeql-action/analyze@v3.24.6
index 92de36b88515073ec4e263e17ffa74fc2989a578..1174246cab0f34c7a49f3df7498ffad81b7e89f4 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@905ae4af531685eaee37e94f46845bf4c420dc62 # v1
+        uses: github/codeql-action/upload-sarif@baf3361f3137806df1a78c598d1256f83cb89a23 # v1
         with:
           sarif_file: results.sarif