From 6bfd6240f1d0b2b48d4d62af6250edb2b4ca4d82 Mon Sep 17 00:00:00 2001 From: lotyp Date: Mon, 13 May 2024 10:10:24 +0300 Subject: [PATCH] chore: remove useless roave security check install in CI --- .github/workflows/security.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index fe03d7b6..7c92c9d6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -55,8 +55,5 @@ jobs: with: dependencies: ${{ matrix.dependencies }} - - name: 🐛 Check installed packages using roave/security-advisories - run: composer require --dev roave/security-advisories:dev-latest - - name: 🐛 Check installed packages for security vulnerability advisories run: composer audit --ansi