From bc9989ee3ed37f8e71c62ca236ac95bf8809c617 Mon Sep 17 00:00:00 2001 From: Alexandre Henderson Date: Thu, 11 Dec 2025 17:22:24 -0700 Subject: [PATCH] Update safety-sarif-action to version 2 --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 384e9af..06fb2c0 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -33,7 +33,7 @@ jobs: safety scan --file requirements.txt --output json --continue-on-error > ../safety-output.json - name: Convert Safety output to SARIF - uses: Henderalex/safety-sarif-action@v1 + uses: Henderalex/safety-sarif-action@v2 with: input_file: safety-output.json output_file: safety.sarif