83.diff (969B)
1 diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml 2 index 06eaef54..2c049b9a 100644 3 --- a/.github/workflows/validate.yaml 4 +++ b/.github/workflows/validate.yaml 5 @@ -121,7 +121,7 @@ jobs: 6 severity: "CRITICAL,HIGH" 7 8 - name: Upload Trivy results to GitHub Security 9 - uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4 10 + uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4 11 if: always() 12 with: 13 sarif_file: "trivy-results.sarif" 14 @@ -163,7 +163,7 @@ jobs: 15 outputFile: results.sarif 16 17 - name: Upload Kubescape results to GitHub Security 18 - uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4 19 + uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4 20 if: always() 21 with: 22 sarif_file: "results.sarif"