Skip to content

Commit 8303261

Browse files
ashmckenzieIgor Drozdov
and
Igor Drozdov
committed
Merge branch 'id-fix-code-navigation' into 'main'
Clean up .gitlab-ci.yml file See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/695 Merged-by: Ash McKenzie <[email protected]> Approved-by: Ash McKenzie <[email protected]> Co-authored-by: Igor Drozdov <[email protected]>
2 parents 0a8db0d + 2cc32f0 commit 8303261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ code_quality:
7777
rules: *workflow_rules
7878

7979
code_navigation:
80-
image: sourcegraph/lsif-go:v1.3.1
80+
image: sourcegraph/lsif-go:v1.9
8181
allow_failure: true
8282
script:
8383
- lsif-go
@@ -86,7 +86,7 @@ code_navigation:
8686
lsif: dump.lsif
8787

8888
# SAST
89-
gosec-sast:
89+
semgrep-sast:
9090
rules: *workflow_rules
9191

9292
# Dependency Scanning

0 commit comments

Comments
 (0)