diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index cb37971..515b7f6 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -74,7 +74,7 @@ jobs: if: github.event_name == 'push' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7 + uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 with: sarif_file: "trivy-results.sarif" if: github.event_name == 'push'