From 9dc9a4d96973c48634a213e3329f6bda7a92e1dd Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 18 Mar 2024 16:02:57 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v2.24.8 | datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v2.23.1 | v2.24.8 | --- .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..9b95c38a3ec86ee 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@c2dc67199a2e650d535d7de586a07597aea4d9c7 # v2.24.8 with: sarif_file: trivy-results.sarif category: 'docker-image-${{ matrix.tag }}'