Skip to content

Commit

Permalink
chore: fix CodeQL scanning (#1503)
Browse files Browse the repository at this point in the history
fix codeql scanning
  • Loading branch information
BinaryFissionGames authored Feb 27, 2024
1 parent 2295e7f commit 5ae6a5c
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 5ae6a5c

Please sign in to comment.