diff --git a/.gitea/workflows/run-trivy-scan.yaml b/.gitea/workflows/run-trivy-scan.yaml index bf8587b..87b8b7a 100644 --- a/.gitea/workflows/run-trivy-scan.yaml +++ b/.gitea/workflows/run-trivy-scan.yaml @@ -102,7 +102,7 @@ jobs: TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy - name: Merge image SARIF files if: steps.get-images.outputs.images != '[]' && steps.scan.outputs.count != '0' - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/merge-sarif-files@a6508d695d7bb6137f14372392d5c312c98225cf # 1.4.7 + uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/merge-sarif-files@1.4.7 with: files: ${{ steps.scan.outputs.files }} output-file: image-sarif.json