Skip to content

Commit

Permalink
Fix CodeQL autobuild (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm authored Mar 27, 2024
1 parent 483f222 commit 252da08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ 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

# Ack, see /~https://github.com/github/codeql/issues/15647 - To remove when v1.22 will be correctly supported
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
check-latest: true
cache: true
cache-dependency-path: ./go.sum

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

0 comments on commit 252da08

Please sign in to comment.