From 2e64d4485493dd8f9c002e99ef0f961cd8a5d4e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:48:32 +0000 Subject: [PATCH] chore(deps): update ajinabraham/njsscan-action digest to d58d8b2 --- .github/workflows/njsscan-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/njsscan-analysis.yml b/.github/workflows/njsscan-analysis.yml index 9fc7704..e379339 100644 --- a/.github/workflows/njsscan-analysis.yml +++ b/.github/workflows/njsscan-analysis.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: nodejsscan scan id: njsscan - uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711 + uses: ajinabraham/njsscan-action@d58d8b2f26322cd35a9efb8003baac517f226d81 with: args: '. --sarif --output results.sarif || true' - name: Upload njsscan report