commit 540a8a8d115aa2be00914a27c6eb9276b54e523a parent fad555541cca7b8a0a78fbc0124ada1a5b82ad56 Author: Marcel <MTRNord@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:12:38 +0100 Merge pull request #104 from MTRNord/renovate/github-actions chore(deps): update github/codeql-action digest to 0d579ff Diffstat:
| M | .github/workflows/validate.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml @@ -121,7 +121,7 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy results to GitHub Security - uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4 + uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 if: always() with: sarif_file: "trivy-results.sarif" @@ -163,7 +163,7 @@ jobs: outputFile: results.sarif - name: Upload Kubescape results to GitHub Security - uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4 + uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 if: always() with: sarif_file: "results.sarif"