diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2022-06-03 17:55:20 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2022-06-03 17:55:20 +0200 |
| commit | f26db1f2b1d9e6235402f878f1559b327e9e7c41 (patch) | |
| tree | 1a82fdb959ab32e064707435b38b73a5609463bf /.github/workflows | |
| parent | e83b51c0eb4ed3fca2b13109ea213d1ce30c5b7e (diff) | |
CI: bump codeql-action to v2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust-clippy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 73dc914..eee223f 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -38,7 +38,7 @@ jobs: continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true |
