Skip to content

Commit

Permalink
Merge pull request #30 from garrettsummerfi3ld/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/JetBrains/qodana-action-2024.1.3

Bump JetBrains/qodana-action from 2023.3.2 to 2024.1.3
  • Loading branch information
garrettsummerfi3ld authored Jun 6, 2024
2 parents a56d6fe + b80134e commit 218203c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

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

0 comments on commit 218203c

Please sign in to comment.