]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 1 to 2 7489/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 3 Jun 2022 19:40:52 +0000 (19:40 +0000)
committerVictor Julien <vjulien@oisf.net>
Mon, 6 Jun 2022 08:57:22 +0000 (10:57 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
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 ab697d9bc5e0f5a44d5c35a949d8a7b53de746f7..8f44b2a95c65b5daa8aa8a31c3454a8bdff57103 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: ${{ matrix.language }}
 
@@ -52,4 +52,4 @@ jobs:
        ./configure
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2
index 93329cd81288e13fc25620ef4157c20657c3b840..535328f274f45053bf913828bf133a808248175b 100644 (file)
@@ -50,6 +50,6 @@ jobs:
 
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # v1.0.26
+        uses: github/codeql-action/upload-sarif@v2 # v1.0.26
         with:
           sarif_file: results.sarif