From 8675709c41a685dafa34d4425b1b529cc34dfb8f Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Tue, 30 Jan 2024 21:42:34 -0300 Subject: [PATCH] MIgrate static analysis to nextcloud/ocp --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 409bffa..c300717 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -25,6 +25,6 @@ jobs: - name: Install dependencies run: composer i - name: Install dependencies - run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }} + run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} - name: Run coding standards check run: composer run psalm