]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update update-psalm-baseline workflow for NC25 35635/head
authorMichaIng <micha@dietpi.com>
Tue, 6 Dec 2022 21:53:40 +0000 (22:53 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 21:53:40 +0000 (22:53 +0100)
and also update Psalm OCP baseline.

Additionally update the checkout action.

Signed-off-by: MichaIng <micha@dietpi.com>
.github/workflows/update-psalm-baseline.yml

index 5e699f623afce20f0225b0eef86dc80413f3f22f..42f2d7450e7192137aea4bd6b544c899ac844e90 100644 (file)
@@ -12,12 +12,12 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ["master", "stable24", "stable23", "stable22"]
+        branches: ["master", "stable25", "stable24", "stable23"]
 
     name: update-psalm-baseline-${{ matrix.branches }}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           ref: ${{ matrix.branches }}
           submodules: true
@@ -36,6 +36,10 @@ jobs:
         run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline
         continue-on-error: true
 
+      - name: Psalm OCP
+        run: composer run psalm -- -c psalm-ocp.xml --monochrome --no-progress --output-format=github --update-baseline
+        continue-on-error: true
+
       - name: Reset composer
         run: |
           git clean -f lib/composer