Skip to content

Commit

Permalink
Merge pull request #251 from thaJeztah/bump_codeql
Browse files Browse the repository at this point in the history
gha: update CodeQL action to v3, run on go1.22
  • Loading branch information
AkihiroSuda authored Oct 26, 2024
2 parents 45e78a9 + 3ca0c62 commit cb01a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x

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

- run: make build binaries

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

0 comments on commit cb01a52

Please sign in to comment.