Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcde5f3

Browse files
authored
Update .github/workflows/codeql.yml
1 parent 5a4c169 commit bcde5f3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@ jobs:
3333
with:
3434
languages: ${{ matrix.language }}
3535

36-
- name: Setup Go
37-
if: matrix.language == 'go'
38-
uses: actions/setup-go@v3
39-
with:
40-
go-version: "~1.19"
41-
4236
- name: Download Go Dependencies
4337
if: matrix.language == 'go'
44-
run: go mod download
38+
run: |
39+
go mod download
40+
# Disable Analysis step from trying to build the project.
41+
rm Makefile
4542
4643
- name: Perform CodeQL Analysis
4744
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)