Skip to content

Commit a1dd4bc

Browse files
chore(deps): update dependency github/codeql-action to v2.23.1 (#53)
* chore(deps): update dependency github/codeql-action to v2.23.1 * Codeql binary version Signed-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com> --------- Signed-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com> Co-authored-by: Jonathan Ogilvie <679297+jcogilvie@users.noreply.github.com>
1 parent 876ed94 commit a1dd4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ ci-artifacts:
344344

345345
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
346346
ci-codeql-setup:
347-
ARG CODEQL_VERSION=v2.23.0
347+
ARG CODEQL_VERSION=2.23.1
348348
FROM curlimages/curl:8.16.0
349-
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
349+
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-v${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
350350
SAVE ARTIFACT codeql
351351

352352
# ci-codeql is used by CI to build Crossplane with CodeQL scanning enabled.

0 commit comments

Comments
 (0)