Skip to content

Commit

Permalink
Update codeql-action/upload-sarif to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Jun 17, 2024
1 parent b380211 commit bcda456
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,24 @@ name: Rust Clippy Analyze

on:
push:
branches: [ main ]
branches:
- '**'
paths-ignore:
- '**/*.md'
- 'LICENSE'
- '**/snapcraft.yaml'
- '.github/workflows/clippy.yml'
pull_request:
branches:
- main
paths:
- '**/*.md'
- 'LICENSE'
- '**/snapcraft.yaml'
- '.github/workflows/clippy.yml'
schedule:
- cron: '0 2 * * 1'
workflow_dispatch:

jobs:
clippy:
Expand Down Expand Up @@ -47,7 +58,7 @@ jobs:
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true

0 comments on commit bcda456

Please sign in to comment.