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 }}