Merge pull request #812 from crossplane/renovate/main-github-codeql-action-2.x

chore(deps): update dependency github/codeql-action to v2.20.5 (main)
This commit is contained in:
Bob Haddleton 2025-02-28 09:37:26 +01:00 committed by GitHub
commit db9545b7a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ go-lint:
# ci-codeql-setup sets up CodeQL for the ci-codeql target. # ci-codeql-setup sets up CodeQL for the ci-codeql target.
ci-codeql-setup: ci-codeql-setup:
ARG CODEQL_VERSION=v2.19.2 ARG CODEQL_VERSION=v2.20.5
FROM curlimages/curl:8.8.0 FROM curlimages/curl:8.8.0
RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx
SAVE ARTIFACT codeql SAVE ARTIFACT codeql