mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
[stable21] 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: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
9d9f8d04fb
commit
91491bdd05
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:4.9.3
|
||||
with:
|
||||
security_analysis: true
|
||||
report_file: results.sarif
|
||||
|
|
|
|||
Loading…
Reference in a new issue