Skip to content

Commit

Permalink
Update .github/workflows/codeql.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Augustin Husson <[email protected]>
Signed-off-by: Chris Aniszczyk <[email protected]>
  • Loading branch information
caniszczyk and Nexucis committed Oct 27, 2022
1 parent c001f29 commit dbf1154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19 <1.20'

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

0 comments on commit dbf1154

Please sign in to comment.