Skip to content

Commit

Permalink
Fix call to security task in GitHub Actions (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 14, 2024
1 parent 84bb861 commit 3671673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/github/workflows/Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3671673

Please sign in to comment.