gha: update codeql workflow to go1.22.7
commit d7d56599ca0d80f3b06b69b6a9a6e91321416775 updated this repository to go1.22, but the codeql action didn't specify a patch version, and was missed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a4619f3676
commit
e1213edcc6
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
name: Update Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: 1.22.7
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user