diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bc5ed01..ff82b7e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -219,7 +219,7 @@ jobs: - name: Upload Trivy scan results if: "!(github.event_name == 'schedule' && steps.get-version.outputs.skip == 'true')" - uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: sarif_file: "trivy-results.sarif" continue-on-error: true