File tree Expand file tree Collapse file tree 5 files changed +380
-1212
lines changed
Expand file tree Collapse file tree 5 files changed +380
-1212
lines changed Original file line number Diff line number Diff line change 1414 code-ql :
1515 needs : [ test ]
1616 uses : accuracode/workflow-continuous-integration/.github/workflows/code-quality.yml@main
17-
18- qodana :
19- runs-on : ubuntu-latest
20- steps :
21- - name : ' Checkout'
22- uses : actions/checkout@v4
23-
24- - name : ' Qodana Scan'
25- uses : JetBrains/qodana-action@main
26- with :
27- pr-mode : ${{ github.event_name == 'pull_request' }}
28- env :
29- QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
Original file line number Diff line number Diff line change 1+ # This configuration file was automatically generated by Gitpod.
2+ # Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+ # and commit this file to your remote git repository to share the goodness with others.
4+
5+ # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+ tasks :
8+ - init : make
9+
10+
Original file line number Diff line number Diff line change 2525 }
2626 },
2727 "require" : {
28- "php" : " >=8.1" ,
28+ "php" : " >=8.2"
29+ },
30+ "require-dev" : {
2931 "infection/infection" : " ~0" ,
30- "phpunit/phpunit" : " ~10.5 " ,
31- "vimeo/ psalm" : " ~ 5.23"
32+ "phpunit/phpunit" : " ~11 " ,
33+ "psalm/phar " : " ^ 5.23"
3234 }
3335}
You can’t perform that action at this time.
0 commit comments