Skip to content

Commit 34c53d5

Browse files
Pin Psalm version for security analysis
The action will otherwise pull dev-master and this can break easily as we just experience. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 6a9afe3 commit 34c53d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/psalm-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: recursive
1919
- name: Psalm
20-
uses: docker://vimeo/psalm-github-actions
20+
uses: docker://vimeo/psalm-github-actions:4.9.3
2121
continue-on-error: true
2222
with:
2323
composer_ignore_platform_reqs: false

.github/workflows/psalm-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: recursive
1919
- name: Psalm
20-
uses: docker://vimeo/psalm-github-actions
20+
uses: docker://vimeo/psalm-github-actions:4.9.3
2121
with:
2222
security_analysis: true
2323
composer_ignore_platform_reqs: false

0 commit comments

Comments
 (0)