diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-02 22:05:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 22:05:11 +0100 |
commit | 99f7fa4ae7b166f6bd8499ee42cbae3c87403a71 (patch) | |
tree | d4c5bc9a104059a33dc0a240563a0b89c1a8e921 | |
parent | 137636b651168712ee88beaa8ac0483e38bf42b4 (diff) | |
parent | f1d2dcdaa52a3c8168b9251f63fdcb9c58f8a0b1 (diff) | |
download | nextcloud-server-99f7fa4ae7b166f6bd8499ee42cbae3c87403a71.tar.gz nextcloud-server-99f7fa4ae7b166f6bd8499ee42cbae3c87403a71.zip |
Merge pull request #25438 from nextcloud/pin-psalm-version
Pin Psalm version to an older one
-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 |