Skip to content

Commit

Permalink
Upgrade Go version of CodeQL action (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Kovacs <[email protected]>
  • Loading branch information
mhmxs and Richard Kovacs authored Jan 11, 2024
1 parent e2fc6b1 commit ffa825d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- fix-codeql-*
workflow_dispatch: {}

concurrency:
Expand Down Expand Up @@ -45,8 +46,11 @@ jobs:

- name: Initialize CodeQL
uses: github/codeql-action/init@v2

# Custom Go version because of: https://github.com/github/codeql/issues/13992#issuecomment-1711721716
- uses: actions/setup-go@v5
with:
languages: go
go-version: '1.21'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit ffa825d

Please sign in to comment.