Skip to content

Commit

Permalink
Initializes the Golang environment for the CodeQL tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Oct 1, 2023
1 parent 639af58 commit b9e88a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# 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 b9e88a0

Please sign in to comment.