Skip to content

Commit

Permalink
minor: codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Nov 4, 2023
1 parent b12965b commit 2fa427e
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 @@ -41,6 +41,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
check-latest: true
- run: go version

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

0 comments on commit 2fa427e

Please sign in to comment.