From a8e37719f2203db9f8cc8ba63781ab6b0dc2de35 Mon Sep 17 00:00:00 2001 From: "crossplane-renovate[bot]" <166709878+crossplane-renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:06:40 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 439137e --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45d0dbdae..274762572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: run: earthly --strict --remote-cache ghcr.io/crossplane/crossplane-runtime-earthly-cache:${{ github.job }} +ci-codeql - name: Upload CodeQL Results to GitHub - uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3 + uses: github/codeql-action/upload-sarif@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3 with: sarif_file: '_output/codeql/go.sarif' @@ -163,7 +163,7 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy Results to GitHub - uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3 + uses: github/codeql-action/upload-sarif@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3 with: sarif_file: 'trivy-results.sarif'