Skip to content

Commit

Permalink
Update code-analysis-rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed Jun 14, 2024
1 parent 95fd31d commit 34206b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code-analysis-rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '28 8 * * 0'

jobs:
rust-clippy-analyze:
Expand Down Expand Up @@ -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@v3
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true

0 comments on commit 34206b3

Please sign in to comment.