From 020c0ef8f61ac3133db2ca0851a608be1afe3070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:00:05 +0300 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4e20239 (#1540) 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 a7d17c1f..93d0875f 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@f53ec7c550f4c3cafe07061ed7fba6f002286003 + uses: github/codeql-action/upload-sarif@4e20239e7b23c6078c563635c41d109adaaa1f72 with: sarif_file: gosec.sarif unit_tests: diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index e6e55254..43f0fab5 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@f53ec7c550f4c3cafe07061ed7fba6f002286003 + uses: github/codeql-action/upload-sarif@4e20239e7b23c6078c563635c41d109adaaa1f72 with: sarif_file: 'trivy-results.sarif'