diff options
author | MichaIng <micha@dietpi.com> | 2021-09-03 17:33:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 17:33:42 +0200 |
commit | 91491bdd054131757c2f91cfa85fccd6a3f296a1 (patch) | |
tree | 766961015d2b090851b9f74151b0b1b526759755 | |
parent | 9d9f8d04fbcbf1a956d5ffd5ef06821baec3d20d (diff) | |
download | nextcloud-server-91491bdd054131757c2f91cfa85fccd6a3f296a1.tar.gz nextcloud-server-91491bdd054131757c2f91cfa85fccd6a3f296a1.zip |
[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>
-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..306e4c0cafe 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:4.9.3 with: security_analysis: true report_file: results.sarif |