[go: nahoru, domu]

Skip to content

Commit

Permalink
Resolve qodana/code_quality action errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Jun 2, 2024
1 parent ce2267d commit b181900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2,463 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- master
branches:
- master

jobs:
qodana:
Expand All @@ -13,6 +13,7 @@ jobs:
contents: write
pull-requests: write
checks: write
security-events: write
steps:
- uses: actions/checkout@v4
if: ${{ !env.ACT }}
Expand All @@ -32,6 +33,6 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
Loading

0 comments on commit b181900

Please sign in to comment.