feat: use commit hash for version #9096
Signed-off-by: Son Bui <sonbv00@gmail.com>
This commit is contained in:
parent
c87cf92976
commit
6e204e6f84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vulnerability-scans.yaml
vendored
2
.github/workflows/vulnerability-scans.yaml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Scan for vulnerabilities in go code
|
- name: Scan for vulnerabilities in go code
|
||||||
uses: golang/govulncheck-action@v1
|
uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # v1
|
||||||
with:
|
with:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue