diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-09-03 11:32:08 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-09-03 13:52:04 +0200 |
commit | 7559a4a97d501a95df1c4111e665e91537e79eb6 (patch) | |
tree | e2d4fc7dda1e5b9bf5db6c44acce405cd4a391b4 /.github | |
parent | 46837e28d0bf22917f79f72d085e2eb16709836d (diff) | |
download | nextcloud-server-7559a4a97d501a95df1c4111e665e91537e79eb6.tar.gz nextcloud-server-7559a4a97d501a95df1c4111e665e91537e79eb6.zip |
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/psalm-github.yml | 2 | ||||
-rw-r--r-- | .github/workflows/psalm-security.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/psalm-github.yml b/.github/workflows/psalm-github.yml index 8346ca7d100..d27e0a1f143 100644 --- a/.github/workflows/psalm-github.yml +++ b/.github/workflows/psalm-github.yml @@ -17,7 +17,7 @@ jobs: with: submodules: recursive - name: Psalm - uses: docker://vimeo/psalm-github-actions + uses: docker://vimeo/psalm-github-actions:4.9.3 continue-on-error: true with: composer_ignore_platform_reqs: false diff --git a/.github/workflows/psalm-security.yml b/.github/workflows/psalm-security.yml index 17f8b28e53c..a97abba44c2 100644 --- a/.github/workflows/psalm-security.yml +++ b/.github/workflows/psalm-security.yml @@ -17,7 +17,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 composer_ignore_platform_reqs: false |