cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 6be255a0da93e40d27fe217ec0f95bc093393447
parent edcb6501343f5b260abf4c414e7f81c7ebe13b69
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 17 Mar 2026 10:56:36 +0100

Merge pull request #114 from MTRNord/renovate/github-actions

chore(deps): update github/codeql-action digest to b1bff81
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 + uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # 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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 + uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4 if: always() with: sarif_file: "results.sarif"