diff --git a/.github/workflows/synopsys-io.yml b/.github/workflows/synopsys-io.yml index 3797e95..058f8b2 100644 --- a/.github/workflows/synopsys-io.yml +++ b/.github/workflows/synopsys-io.yml @@ -29,7 +29,7 @@ jobs: - name: Synopsys Intelligent Security Scan id: prescription - uses: synopsys-sig/intelligent-security-scan@33c8084571f0ad75fd2f370d7c8d10a021927599 + uses: synopsys-sig/intelligent-security-scan@667da3979ed7f1bed7342ade0e15f27b628e7eb7 with: ioServerUrl: ${{secrets.IO_SERVER_URL}} ioServerToken: ${{secrets.IO_SERVER_TOKEN}} @@ -59,7 +59,7 @@ jobs: - name: Synopsys Intelligent Security Scan if: ${{ steps.prescription.outputs.sastScan == 'true' || steps.prescription.outputs.scaScan == 'true' }} - uses: synopsys-sig/intelligent-security-scan@33c8084571f0ad75fd2f370d7c8d10a021927599 + uses: synopsys-sig/intelligent-security-scan@667da3979ed7f1bed7342ade0e15f27b628e7eb7 with: ioServerUrl: ${{secrets.IO_SERVER_URL}} ioServerToken: ${{secrets.IO_SERVER_TOKEN}}