We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fed9571 + 3676c47 commit db9545bCopy full SHA for db9545b
Earthfile
@@ -128,7 +128,7 @@ go-lint:
128
129
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
130
ci-codeql-setup:
131
- ARG CODEQL_VERSION=v2.19.2
+ ARG CODEQL_VERSION=v2.20.5
132
FROM curlimages/curl:8.8.0
133
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
134
SAVE ARTIFACT codeql
0 commit comments