Skip to content

Commit 8d21a66

Browse files
committed
Update codeql workflow
1 parent 6299c1f commit 8d21a66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: github/codeql-action/init@v3
4747
with:
4848
languages: ${{ matrix.language }}
49+
setup-python-dependencies: false
4950
# If you wish to specify custom queries, you can do so here or in a config file.
5051
# By default, queries listed here will override any specified in a config file.
5152
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -55,6 +56,7 @@ jobs:
5556
- name: Build Go code
5657
if: matrix.language == 'go'
5758
run: |
59+
go mod download
5860
go build -v $(go list ./... | grep -v trace_forwarder) || true
5961
6062
# Autobuild for other languages

0 commit comments

Comments
 (0)