Update code-ql action to v2

This commit is contained in:
Flori 2023-07-17 19:35:16 +02:00 committed by GitHub
parent 10dd34a82d
commit 5f5e56d1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '18 21 * * 6'
jobs:
rust-clippy-analyze:
@ -49,7 +47,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