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 7542e45 commit c56d050Copy full SHA for c56d050
Earthfile
@@ -384,7 +384,7 @@ ci-artifacts:
384
385
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
386
ci-codeql-setup:
387
- ARG CODEQL_VERSION=2.23.3
+ ARG CODEQL_VERSION=2.23.5
388
FROM curlimages/curl:8.16.0
389
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-v${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
390
SAVE ARTIFACT codeql
0 commit comments