Skip to content

Commit

Permalink
feat(BUX-420): explanation of codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Dec 21, 2023
1 parent 3dfc36e commit 19c3a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# a pull request then we can check out the head.
fetch-depth: 2

# GH Actions runner uses go1.20 by default, so we need to install our own version.
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
- name: Install Go from go.mod
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 19c3a05

Please sign in to comment.