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
RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz|tar zx>gotestsum
RUN curl -fsSL https://get.helm.sh/helm-${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz|tar zx --strip-components=1
318
318
SAVE ARTIFACT helm
319
319
@@ -345,7 +345,7 @@ ci-artifacts:
345
345
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
346
346
ci-codeql-setup:
347
347
ARG CODEQL_VERSION=v2.23.0
348
-
FROMcurlimages/curl:8.8.0
348
+
FROMcurlimages/curl:8.16.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