Skip to content

Commit

Permalink
chore(ci): fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Oct 9, 2023
1 parent c209d11 commit fcd2192
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2

# Initializes the Golang environment for the CodeQL tools.
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit fcd2192

Please sign in to comment.