You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Earthfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ ci-artifacts:
344
344
345
345
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
346
346
ci-codeql-setup:
347
-
ARG CODEQL_VERSION=v2.19.3
347
+
ARG CODEQL_VERSION=v2.23.0
348
348
FROMcurlimages/curl:8.8.0
349
349
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
0 commit comments