]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.24.1 to 3.24.3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 15 Feb 2024 19:04:35 +0000 (19:04 +0000)
committerVictor Julien <victor@inliniac.net>
Tue, 20 Feb 2024 12:51:25 +0000 (13:51 +0100)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.1 to 3.24.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.24.1...v3.24.3)

---
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 9e0f3a7099f3a61d5d60e85ad3f96ad1c8455f7d..4b9beabbbd2afbb09749537d2a26e404a288ad14 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.24.1
+      uses: github/codeql-action/init@v3.24.3
       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.1
+      uses: github/codeql-action/analyze@v3.24.3
index 782488514a3265a6bf738ac495527011020e1ae9..12398931dbfff882e02ab6f52f7677079880b9b8 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@bc64d12bb9f349435efba65d373bac054665b85f # v1
+        uses: github/codeql-action/upload-sarif@65b0987dbe7cccad40d720700cc1e04109abebf9 # v1
         with:
           sarif_file: results.sarif