We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe4004 commit 4dccfc3Copy full SHA for 4dccfc3
.github/workflows/codeql.yml
@@ -27,7 +27,12 @@ jobs:
27
- name: Install Go
28
uses: actions/setup-go@v2
29
with:
30
- go-version: 1.15.x
+ go-version: 1.16.x
31
+
32
+ - name: Initialize CodeQL
33
+ uses: github/codeql-action/init@v1
34
+ with:
35
+ languages: go
36
37
- name: Cache Go module and build cache
38
uses: actions/cache@v2
@@ -46,10 +51,5 @@ jobs:
46
51
go mod download
47
52
go mod vendor
48
53
49
- - name: Initialize CodeQL
50
- uses: github/codeql-action/init@v1
- with:
- languages: go
-
54
- name: Perform CodeQL Analysis
55
uses: github/codeql-action/analyze@v1
0 commit comments