Skip to content

Commit 2d5005a

Browse files
authored
Fix psalm job step name
1 parent 4e364ef commit 2d5005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: "Install dependencies with Composer"
5757
uses: "ramsey/composer-install@v1"
5858

59-
- name: "Run a static analysis with phpstan/phpstan"
59+
- name: "Run a static analysis with vimeo/psalm"
6060
run: "vendor/bin/psalm --output-format=github --shepherd --taint-analysis --report=results.sarif"
6161

6262
- name: "Upload Security Analysis results to GitHub"

0 commit comments

Comments
 (0)