Skip to content

Commit 9fb9c48

Browse files
committed
github setup update
1 parent ca6ce5e commit 9fb9c48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Checkout repository
4343
uses: actions/checkout@v3
4444

45+
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
46+
- name: Install Go
47+
uses: actions/setup-go@v4
48+
with:
49+
go-version-file: go.mod
50+
4551
# Initializes the CodeQL tools for scanning.
4652
- name: Initialize CodeQL
4753
uses: github/codeql-action/[email protected]

0 commit comments

Comments
 (0)