mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
parent
545656abea
commit
7ecef0061f
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user