diff --git a/.github/workflows/contrast-scan.yml b/.github/workflows/contrast-scan.yml index e471a83cc..227b8d0f3 100644 --- a/.github/workflows/contrast-scan.yml +++ b/.github/workflows/contrast-scan.yml @@ -45,7 +45,7 @@ jobs: # ... # Scan Artifact - name: Contrast Scan Action - uses: Contrast-Security-OSS/contrastscan-action@7352a45d9678ec8a434cf061b07ffb51c1e351a1 + uses: Contrast-Security-OSS/contrastscan-action@78b7f17e8b78be21f7e4284b0158140d205ad826 with: artifact: mypath/target/myartifact.jar # replace this path with the path to your built artifact apiKey: ${{ secrets.CONTRAST_API_KEY }}