Skip to content

Commit ba8089c

Browse files
chore(deps): update dependency github/codeql-action to v2.23.6
1 parent 40318e9 commit ba8089c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ go-lint:
128128

129129
# ci-codeql-setup sets up CodeQL for the ci-codeql target.
130130
ci-codeql-setup:
131-
ARG CODEQL_VERSION=v2.20.5
131+
ARG CODEQL_VERSION=v2.23.6
132132
FROM curlimages/curl:8.8.0
133133
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
134134
SAVE ARTIFACT codeql

0 commit comments

Comments
 (0)