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 f484490 commit 11e7585Copy full SHA for 11e7585
.github/workflows/ci.yaml
@@ -220,11 +220,6 @@ jobs:
220
steps:
221
- uses: actions/checkout@v3
222
223
- - name: Initialize CodeQL
224
- uses: github/codeql-action/init@v2
225
- with:
226
- languages: go
227
-
228
- name: Setup Go
229
uses: actions/setup-go@v3
230
with:
@@ -241,6 +236,11 @@ jobs:
241
236
path: ${{ steps.go-cache-paths.outputs.GOMODCACHE }}
242
237
key: ${{ runner.os }}-release-go-mod-${{ hashFiles('**/go.sum') }}
243
238
239
+ - name: Initialize CodeQL
240
+ uses: github/codeql-action/init@v2
+ with:
+ languages: go
+
244
- name: Perform CodeQL Analysis
245
uses: github/codeql-action/analyze@v2
246
0 commit comments