From 15b9d07bdff7f952cdc3400e418d0198229cca59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:20:29 +0200 Subject: [PATCH] chore(deps): update github/codeql-action digest to f443b60 (#335) --- .github/workflows/bake_targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index b6a3c169..b501a58b 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -179,7 +179,7 @@ jobs: sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 + uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 if: ${{ steps.snyk.conclusion == 'success' }} with: sarif_file: snyk.sarif