mirror of https://github.com/docker/cli.git
Merge pull request #5446 from thaJeztah/codeql_updates
gha: update codeql workflow to go1.22.7
This commit is contained in:
commit
4e64c59d64
|
@ -67,7 +67,7 @@ jobs:
|
||||||
name: Update Go
|
name: Update Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.21'
|
go-version: 1.22.7
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v3
|
||||||
|
|
Loading…
Reference in New Issue