mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Pin Psalm version to an older one
Ref https://github.com/vimeo/psalm/issues/5144 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
392dc8b8fa
commit
f1d2dcdaa5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/psalm-security.yml
vendored
2
.github/workflows/psalm-security.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Psalm
|
||||
uses: docker://vimeo/psalm-github-actions
|
||||
uses: docker://vimeo/psalm-github-actions@sha256:5307bec3ebea23668d287d14eca393c5843653685d346d0c2c6ae1ae0fa6ce47
|
||||
with:
|
||||
security_analysis: true
|
||||
report_file: results.sarif
|
||||
|
|
|
|||
Loading…
Reference in a new issue