mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
Update rust-clippy.yml
This commit is contained in:
parent
6bea8e9435
commit
c1949b0bcc
4
.github/workflows/rust-clippy.yml
vendored
4
.github/workflows/rust-clippy.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user