]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 2 to 3 10399/head 10403/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 13 Feb 2024 11:15:09 +0000 (11:15 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 11:15:09 +0000 (11:15 +0000)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

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

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

index 31be87c39da0394832b71d3aa6e328f0b938f4df..e467241adbf500f9620d281fc87f52c3bfba9acf 100644 (file)
@@ -39,7 +39,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2
+      uses: github/codeql-action/init@v3
       with:
         languages: ${{ matrix.language }}
 
@@ -59,4 +59,4 @@ jobs:
        ./configure
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@v3
index f63517641bb01d8f7d37ceaee345a6e42ecafcd6..1fad04559e40e29b6d228fbc5631ef71f7689e45 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@cdcdbb579706841c47f7063dda365e292e5cad7a # v1
+        uses: github/codeql-action/upload-sarif@dc021d495cb77b369e4d9d04a501700fd83b8c51 # v1
         with:
           sarif_file: results.sarif