89.diff (969B)
1 diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml 2 index 2c049b9a..152e41a9 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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4 10 + uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # 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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4 19 + uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 20 if: always() 21 with: 22 sarif_file: "results.sarif"