Skip to content

Commit

Permalink
Merge pull request #385 from pimcore/update-qodana
Browse files Browse the repository at this point in the history
Update qodana sources to latest version.
  • Loading branch information
herbertroth committed Dec 12, 2023
2 parents 2e1f126 + 89b9a0a commit 5da53f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
uses: JetBrains/qodana-action@latest
with:
args: --baseline,qodana.sarif.json
env:
Expand Down
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "1.0"
profile:
path: .qodana-profile.xml
linter: jetbrains/qodana-php:2023.3
linter: jetbrains/qodana-php:latest
php:
version: "8.1"
failThreshold: 0
Expand Down

0 comments on commit 5da53f9

Please sign in to comment.