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'