diff --git a/.github/workflows/deb.yaml b/.github/workflows/deb.yaml index cdf9b84..ddf4c99 100644 --- a/.github/workflows/deb.yaml +++ b/.github/workflows/deb.yaml @@ -51,7 +51,7 @@ jobs: severity-cutoff: critical acs-report-enable: true - name: Upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Login to DockerHub