From 917d8588a0b6a354469804cd27a8f99b9da12b3a Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 22 Oct 2024 04:24:06 +0200 Subject: [PATCH] Use full url for njsscan --- .github/workflows/njsscan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/njsscan.yml b/.github/workflows/njsscan.yml index 5cf6cee..e2220b0 100644 --- a/.github/workflows/njsscan.yml +++ b/.github/workflows/njsscan.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: nodejsscan scan id: njsscan - uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711 + uses: https://github.com/ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711 with: args: '. --sarif --output results.sarif || true' - name: Upload njsscan report