Skip to content

Commit e36aef5

Browse files
committed
Pin versions
1 parent 6a0a1d5 commit e36aef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OSV scanner:
3737
name: golang:latest
3838
stage: check
3939
before_script:
40-
- "go install github.com/google/osv-scanner/cmd/osv-scanner@v1"
40+
- "go install github.com/google/osv-scanner/cmd/osv-scanner@latest"
4141
script:
4242
- 'PATH="${PATH}:$(go env GOPATH)/bin" osv-scanner -r .'
4343
timeout: 10 minutes

0 commit comments

Comments
 (0)