From 9b386ed613d82776c9a9caf81748a9422c313721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heitor=20Gouv=C3=AAa?= Date: Fri, 26 Jan 2024 17:28:49 -0300 Subject: [PATCH] Update zarn.yml --- .github/workflows/zarn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zarn.yml b/.github/workflows/zarn.yml index 01e45ab..b85b0d1 100644 --- a/.github/workflows/zarn.yml +++ b/.github/workflows/zarn.yml @@ -13,7 +13,7 @@ jobs: name: Security Static Analaysis with ZARN runs-on: ubuntu-20.04 steps: - - uses: htrgouvea/zarn@0.1.0 + - uses: htrgouvea/zarn@0.1.1 - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: result.sarif