Skip to content

Commit

Permalink
Use go version of go.mod in codeql-analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Feb 6, 2024
1 parent 1ecb6f2 commit 132b0d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 132b0d8

Please sign in to comment.