Skip to content

Commit

Permalink
Move Qodana scan arguments to correct section
Browse files Browse the repository at this point in the history
The arguments for the Qodana scan were previously located under the "Java setup" section. They have now been shifted to the appropriate "Qodana Scan" section. This change ensures that the scanner operates with the correct project directory and baseline.
  • Loading branch information
hanna-eismant committed Apr 26, 2024
1 parent 6ec17ff commit a127de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
args: --project-dir,server,--baseline,qodana.sarif.json
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
args: --project-dir,server,--baseline,qodana.sarif.json

unit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a127de1

Please sign in to comment.