From d0bbc42eebc415f7876486f00ee31d4fa7e0ba09 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Sat, 20 Jun 2026 22:39:20 +0100 Subject: [PATCH] Update `composer-audit-to-sarif-action` to v0.1.4 from v0.1.3 --- .github/workflows/audit-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit-php.yml b/.github/workflows/audit-php.yml index e12e28c..47e48d0 100644 --- a/.github/workflows/audit-php.yml +++ b/.github/workflows/audit-php.yml @@ -44,7 +44,7 @@ jobs: - run: composer audit --locked --format json > audit.json continue-on-error: true - - uses: typisttech/composer-audit-to-sarif-action@22a1f9c9145bcd732755e51a3c83de2ef8689444 # v0.1.3 + - uses: typisttech/composer-audit-to-sarif-action@b92b7e7b6e54c84918cf6a5e8ffe8058d6749f9e # v0.1.4 id: comsarif with: audit: audit.json