Skip to content

Commit

Permalink
fix codeql scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Feb 27, 2024
1 parent f8a4b69 commit a28670e
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 @@ -35,6 +35,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Install Go so we don't use an out of date version to auto-build
# 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 a28670e

Please sign in to comment.