Skip to content

Commit c7638bb

Browse files
committed
feat(workflows): add Composer audit step to PHPUnit tests workflow
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 7952368 commit c7638bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
command: 'install'
5757
args: '--prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
5858

59+
- name: Composer Audit
60+
uses: php-actions/composer@v6
61+
with:
62+
php_version: ${{ matrix.php-version }}
63+
command: 'audit'
64+
5965
- name: Resolve minimum coverage
6066
id: minimum-coverage
6167
run: echo "value=${INPUT_MIN_COVERAGE:-80}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)