Skip to content

Commit 7437c61

Browse files
GODRIVER-3493 Test why codeql is breaking
1 parent 5a4bc07 commit 7437c61

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ jobs:
3333
languages: go
3434
build-mode: manual
3535

36-
- name: Install Taskfile support
37-
uses: arduino/setup-task@v2
36+
#- name: Install Taskfile support
37+
# uses: arduino/setup-task@v2
3838

39-
- shell: bash
40-
run: task build
39+
#- name: Task build
40+
# shell: bash
41+
# run: task build
42+
- name: Build code
43+
run: go build -o ./output ./...
4144

4245
- name: Perform CodeQL Analysis
4346
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)