diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 5b102ff..a82136f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4 + uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 if: always() with: sarif_file: 'trivy-results.sarif' @@ -48,7 +48,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy IaC scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4 + uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 if: always() with: sarif_file: 'trivy-config-results.sarif'