commit 58583698be0752cd415e4a5abcb9062230d8a69c parent d8f0943f74c470406e343ac71c437ee1c52c586e Author: Marcel <MTRNord@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:18:20 +0100 Merge pull request #63 from MTRNord/renovate/github-actions chore(deps): update github/codeql-action digest to b20883b 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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4 + uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4 if: always() with: sarif_file: "trivy-results.sarif" @@ -165,7 +165,7 @@ jobs: outputFile: results.sarif - name: Upload Kubescape results to GitHub Security - uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4 + uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4 if: always() with: sarif_file: "results.sarif"