mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Merge pull request #6998 from firefly-iii/JC5-patch-3
Update qodana.yml
This commit is contained in:
6
.github/workflows/qodana.yml
vendored
6
.github/workflows/qodana.yml
vendored
@@ -12,6 +12,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: 'Qodana Scan'
|
name: 'Qodana Scan'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup PHP with no coverage driver
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.2'
|
||||||
|
coverage: none
|
||||||
|
extensions: bcmath, intl
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
|
Reference in New Issue
Block a user