We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40318e9 commit ba8089cCopy full SHA for ba8089c
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.20.5
+ ARG CODEQL_VERSION=v2.23.6
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