diff --git a/.github/workflows/iroha2.yml b/.github/workflows/iroha2.yml index 78b6fc2d4..ff62b1087 100644 --- a/.github/workflows/iroha2.yml +++ b/.github/workflows/iroha2.yml @@ -29,7 +29,7 @@ jobs: ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} - name: DefectDojo if: always() - uses: C4tWithShell/defectdojo-action@1.0.5 + uses: C4tWithShell/defectdojo-action@1.0.4 with: token: ${{ secrets.DEFECTOJO_TOKEN }} defectdojo_url: ${{ secrets.DEFECTOJO_URL }}