Bläddra i källkod

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>
tags/v23.0.0beta1
Christoph Wurst 2 år sedan
förälder
incheckning
7559a4a97d
Inget konto är kopplat till bidragsgivarens mejladress
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      .github/workflows/psalm-github.yml
  2. 1
    1
      .github/workflows/psalm-security.yml

+ 1
- 1
.github/workflows/psalm-github.yml Visa fil

@@ -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

+ 1
- 1
.github/workflows/psalm-security.yml Visa fil

@@ -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

Laddar…
Avbryt
Spara