Skip to content

Commit 2c78bd6

Browse files
committed
temporarily disable codeql
1 parent 4aa49f3 commit 2c78bd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ jobs:
8888
exit 1
8989
9090
build-go:
91-
needs: [ scan-dependencies, scan-codeql, scan-intermediate-image ]
91+
needs: [
92+
scan-dependencies,
93+
# scan-codeql, # TODO: find a better solution as this takes 6 minutes
94+
scan-intermediate-image
95+
]
9296
runs-on: ubuntu-latest
9397
strategy:
9498
matrix:

0 commit comments

Comments
 (0)