Skip to content

Commit cbf0aef

Browse files
authored
Fix psalm security analysis workflow
1 parent 76191ba commit cbf0aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psalm-security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: docker://vimeo/psalm-github-actions
1515
with:
1616
composer_require_dev: true
17-
composer_ignore_platform_reqs: true
17+
composer_ignore_platform_reqs: false # https://github.com/psalm/psalm-github-actions/pull/29
1818
security_analysis: true
1919
report_file: results.sarif
2020

0 commit comments

Comments
 (0)