From ee4b3764326302cf7f3ceb182b84251e185ef416 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Tue, 16 Apr 2024 12:34:14 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v2.25.0 | datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v2.23.1 | v2.25.0 | --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 0b559ddfddcce97..a652202a072369e 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -31,7 +31,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' - - uses: github/codeql-action/upload-sarif@4759df8df70c5ebe7042c3029bbace20eee13edd # v2.23.1 + - uses: github/codeql-action/upload-sarif@f72882a05ba58122a44b17f2fce8fb50e5c79a59 # v2.25.0 with: sarif_file: trivy-results.sarif category: 'docker-image-${{ matrix.tag }}'