Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-03 12:32:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-03 14:52:04 +0300
commit7559a4a97d501a95df1c4111e665e91537e79eb6 (patch)
treee2d4fc7dda1e5b9bf5db6c44acce405cd4a391b4 /.github
parent46837e28d0bf22917f79f72d085e2eb16709836d (diff)
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.yml2
-rw-r--r--.github/workflows/psalm-security.yml2
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