Update rust-clippy.yml

This commit is contained in:
LDprg 2023-07-13 15:08:54 +02:00 committed by GitHub
parent 6bea8e9435
commit c1949b0bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
# More details at https://github.com/rust-lang/rust-clippy # More details at https://github.com/rust-lang/rust-clippy
# and https://rust-lang.github.io/rust-clippy/ # and https://rust-lang.github.io/rust-clippy/
name: rust-clippy analyze name: Rust Clippy
on: on:
push: push:
@ -49,7 +49,7 @@ jobs:
continue-on-error: true continue-on-error: true
- name: Upload analysis results to GitHub - name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1 uses: github/codeql-action/upload-sarif@v2
with: with:
sarif_file: rust-clippy-results.sarif sarif_file: rust-clippy-results.sarif
wait-for-processing: true wait-for-processing: true