Skip to content

Commit 11e7585

Browse files
committed
fix codeql warning
1 parent f484490 commit 11e7585

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ jobs:
220220
steps:
221221
- uses: actions/checkout@v3
222222

223-
- name: Initialize CodeQL
224-
uses: github/codeql-action/init@v2
225-
with:
226-
languages: go
227-
228223
- name: Setup Go
229224
uses: actions/setup-go@v3
230225
with:
@@ -241,6 +236,11 @@ jobs:
241236
path: ${{ steps.go-cache-paths.outputs.GOMODCACHE }}
242237
key: ${{ runner.os }}-release-go-mod-${{ hashFiles('**/go.sum') }}
243238

239+
- name: Initialize CodeQL
240+
uses: github/codeql-action/init@v2
241+
with:
242+
languages: go
243+
244244
- name: Perform CodeQL Analysis
245245
uses: github/codeql-action/analyze@v2
246246

0 commit comments

Comments
 (0)