From 82aadfbac03ec93242770ad873ce91125f67b98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Palencs=C3=A1r?= Date: Wed, 18 Jun 2025 19:30:15 +0200 Subject: [PATCH] Explicitly fix CodeQL Action v3 with comment to ensure GitHub recognizes the change --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c61df98..3889ed8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -213,7 +213,7 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v3 # Updated to v3 to fix deprecated v2 warning if: always() with: sarif_file: 'trivy-results.sarif'