We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e364ef commit 2d5005aCopy full SHA for 2d5005a
.github/workflows/static-analysis.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: "Install dependencies with Composer"
57
uses: "ramsey/composer-install@v1"
58
59
- - name: "Run a static analysis with phpstan/phpstan"
+ - name: "Run a static analysis with vimeo/psalm"
60
run: "vendor/bin/psalm --output-format=github --shepherd --taint-analysis --report=results.sarif"
61
62
- name: "Upload Security Analysis results to GitHub"
0 commit comments