mirror of https://github.com/docker/cli.git
gha: update codeql workflow to go1.22.7
commitd7d56599ca
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> (cherry picked from commite1213edcc6
) Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
parent
60853f5404
commit
7fff8a0334
|
@ -48,7 +48,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