Skip to content

Commit

Permalink
Merge pull request #110 from shogo82148/bump-go-version-in-codeql-wor…
Browse files Browse the repository at this point in the history
…kflow

Initializes the Golang environment for the CodeQL tools.
  • Loading branch information
shogo82148 authored Oct 1, 2023
2 parents 639af58 + b9e88a0 commit 42b765a
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 42b765a

Please sign in to comment.