From 6b2a82302e3ba2bc8b1ad07fd175a5f4bbfbc365 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Fri, 10 Jan 2025 09:57:36 -0800 Subject: [PATCH] Update Periphery Signed-off-by: Paul Schmiedmayer --- .github/workflows/periphery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periphery.yml b/.github/workflows/periphery.yml index a1cae4f..83080d5 100644 --- a/.github/workflows/periphery.yml +++ b/.github/workflows/periphery.yml @@ -51,7 +51,7 @@ jobs: echo "environment: ${{ inputs.environment }}" - name: Install periphery if: ${{ !env.selfhosted }} - run: brew install peripheryapp/periphery/periphery + run: brew install periphery - name: Run periphery run: | periphery scan --relative-results --format github-actions --strict -- -skipPackagePluginValidation -skipMacroValidation