Skip to content

Commit

Permalink
ci(codeql): Install Go version in go.mod to fix autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Nov 8, 2023
1 parent b7b4935 commit 92631ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


- name: Install Go
if: matrix.language == 'go'
uses: actions/setup-go@v4
with:
go-version-file: go.mod

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down

0 comments on commit 92631ee

Please sign in to comment.