Merge pull request #812 from crossplane/renovate/main-github-codeql-action-2.x
chore(deps): update dependency github/codeql-action to v2.20.5 (main)
This commit is contained in:
commit
db9545b7a2
|
|
@ -128,7 +128,7 @@ go-lint:
|
||||||
|
|
||||||
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
|
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
|
||||||
ci-codeql-setup:
|
ci-codeql-setup:
|
||||||
ARG CODEQL_VERSION=v2.19.2
|
ARG CODEQL_VERSION=v2.20.5
|
||||||
FROM curlimages/curl:8.8.0
|
FROM curlimages/curl:8.8.0
|
||||||
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
|
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
|
||||||
SAVE ARTIFACT codeql
|
SAVE ARTIFACT codeql
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue