github: fix version from codeql-action/upload-sarif

The commit SHA pointed to the correct version, but the reference in the
comment was wrong.

Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
Ivan Valdes 2024-05-13 13:29:50 -07:00
parent 545656abea
commit 7ecef0061f
No known key found for this signature in database
GPG Key ID: 4037D37741ED0CC5

View File

@ -67,6 +67,6 @@ jobs:
format: 'sarif'
output: 'trivy-results-${{ matrix.platforms }}.sarif'
- name: upload scan results
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v2.16.6
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
with:
sarif_file: 'trivy-results-${{ matrix.platforms }}.sarif'