diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-02-02 13:52:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 13:54:18 +0000 |
commit | f1d2dcdaa52a3c8168b9251f63fdcb9c58f8a0b1 (patch) | |
tree | 105e13df6b9ea42de9556ed9c26955af54a02b54 /.github | |
parent | 392dc8b8fa615b2aa9f54744e6c7f329e70a202f (diff) | |
download | nextcloud-server-f1d2dcdaa52a3c8168b9251f63fdcb9c58f8a0b1.tar.gz nextcloud-server-f1d2dcdaa52a3c8168b9251f63fdcb9c58f8a0b1.zip |
Pin Psalm version to an older one
Ref https://github.com/vimeo/psalm/issues/5144
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/psalm-security.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/psalm-security.yml b/.github/workflows/psalm-security.yml index 0e19cda2d33..2740ab3ef11 100644 --- a/.github/workflows/psalm-security.yml +++ b/.github/workflows/psalm-security.yml @@ -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 |