From ef83abdfe8ffaf4b0227ebcd7a71cab8744be44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:23:07 +0200 Subject: [PATCH] chore(deps): update github/codeql-action digest to 2f11c17 (#1683) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 2 +- .github/workflows/docker-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2bfca269..e31b542c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -56,7 +56,7 @@ jobs: with: args: '-no-fail -fmt sarif -out gosec.sarif ./...' - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/upload-sarif@2f11c17b09609f544685db8f691ba3176174beb4 with: sarif_file: gosec.sarif unit_tests: diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 77311ef6..a55e0457 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -40,6 +40,6 @@ jobs: # See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577 TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/upload-sarif@2f11c17b09609f544685db8f691ba3176174beb4 with: sarif_file: 'trivy-results.sarif'