diff --git a/.github/workflows/semgrep-to-dojo.yaml b/.github/workflows/semgrep-to-dojo.yaml index 2e22727..890eddd 100644 --- a/.github/workflows/semgrep-to-dojo.yaml +++ b/.github/workflows/semgrep-to-dojo.yaml @@ -44,7 +44,7 @@ jobs: -F "commit_hash=${{ github.sha }}" \ -F "close_old_findings=true" - name: Fix DefectDojo Findings with Pixeebot - uses: pixee/upload-tool-results-action@724790a1a8abe65f11c6e2705c602d02a228c72e + uses: pixee/upload-tool-results-action@740addb708b6883ce4da3052b2ddb1f5aa01b3f2 with: tool: defectdojo defectdojo-token: ${{ secrets.DEFECTDOJO_TOKEN }}