Skip to content

Commit

Permalink
chore: make codeql action use golang specified in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw committed Feb 9, 2024
1 parent 2bf24b5 commit b65a7da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
languages: ${{ matrix.language }}
queries: +security-and-quality

# Install golang used by this project (https://github.com/github/codeql-action/issues/1842)
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"

- name: Autobuild
uses: github/codeql-action/autobuild@v3

Expand Down

0 comments on commit b65a7da

Please sign in to comment.