From ff81da7c3b5d81e45c2a1aa6870cb83ca8ce04ea Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 30 Sep 2024 17:35:07 +0200 Subject: [PATCH] ci: dont update psalm baseline Otherwise the CI wont fail. Signed-off-by: Daniel Kesselberg --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 63b7e947abd34..476820780f837 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -34,7 +34,7 @@ jobs: run: composer i - name: Psalm - run: composer run psalm:ci -- --monochrome --no-progress --output-format=github --update-baseline --report=results.sarif + run: composer run psalm:ci -- --monochrome --no-progress --output-format=github --report=results.sarif - name: Show potential changes in Psalm baseline if: always()