Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Jan 12, 2024
1 parent 88479a8 commit 920c107
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: 3.x

Expand All @@ -29,7 +29,9 @@ jobs:
- name: Run ruff
run: ruff check
--exit-zero --output-format sarif > ruff-results.sarif
--no-cache
--exit-zero
--output-format sarif > ruff-results.sarif

- name: Upload ruff results to GitHub
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 920c107

Please sign in to comment.