From 367167393f0fec77e03d55fdcccab566953e1acf Mon Sep 17 00:00:00 2001 From: Sally Young Date: Wed, 14 Aug 2024 18:01:49 +0100 Subject: [PATCH] Fix call to security task in GitHub Actions (#651) --- scaffold/github/workflows/Security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffold/github/workflows/Security.yml b/scaffold/github/workflows/Security.yml index e69eb751..9b1114e6 100644 --- a/scaffold/github/workflows/Security.yml +++ b/scaffold/github/workflows/Security.yml @@ -44,7 +44,7 @@ jobs: run: ddev composer install - name: Run Security Checks - run: ddev task security composer_lock_diff_from=${{ github.base_ref }} composer_lock_diff=composer-lock-diff.md + run: ddev task test:security composer_lock_diff_from=${{ github.base_ref }} composer_lock_diff=composer-lock-diff.md - name: Publish Results run: |