Skip to content

Commit

Permalink
disabled Qodana in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
77web committed Nov 12, 2023
1 parent 6bbe964 commit e1a3472
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- name: Run tests
run: composer test

- name: Qodana Scan
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
# - name: Qodana Scan
# uses: JetBrains/[email protected]
# env:
# QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
#
# - uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 comments on commit e1a3472

Please sign in to comment.