diff --git a/.github/workflows/security-reusable.yml b/.github/workflows/security-reusable.yml index d6720a752f..aba0f1ec41 100644 --- a/.github/workflows/security-reusable.yml +++ b/.github/workflows/security-reusable.yml @@ -54,7 +54,7 @@ jobs: trivy-config: ./trivy.yaml - name: Upload results to GitHub Security - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: ${{ inputs.publish }} with: sarif_file: ${{ inputs.output }}