From a9b00ff0e6de6c5b61473947f74b255f7097c595 Mon Sep 17 00:00:00 2001 From: LanikSJ Date: Thu, 19 Oct 2023 03:58:42 -0700 Subject: [PATCH] Update shiftleft-analysis.yml --- .github/workflows/shiftleft-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index 77b3ea9..7c5aa35 100644 --- a/.github/workflows/shiftleft-analysis.yml +++ b/.github/workflows/shiftleft-analysis.yml @@ -14,8 +14,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Perform Scan - uses: ShiftLeftSecurity/scan-action@master + - name: Security and Licence Scan + uses: ShiftLeftSecurity/scan-action@v1.3.0 env: WORKSPACE: "" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}