Skip to content

Commit 5f3209c

Browse files
authored
chore: Add CodeQL analysis
1 parent 53c5d7a commit 5f3209c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,20 @@ jobs:
1616
uses: actions/setup-go@v2
1717
with:
1818
go-version: 1.17
19+
- name: Initialize CodeQL
20+
uses: github/codeql-action/init@v2
21+
with:
22+
languages: go
1923

2024
- name: Check out code into the Go module directory
2125
uses: actions/checkout@v2
2226

2327
- name: Build
2428
run: |
2529
make manager
30+
31+
- name: Perform CodeQL Analysis
32+
uses: github/codeql-action/analyze@v2
2633

2734
- name: Test
2835
run: |

0 commit comments

Comments
 (0)