diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7e30d25c..7528f19b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: commit-check - uses: docker://ghcr.io/haproxytech/commit-check:3.0.0 + uses: docker://ghcr.io/haproxytech/commit-check:5.2.0 env: API_TOKEN: ${{ secrets.GITHUB_TOKEN }} generate-specification: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58379fef..5cb60e07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,7 +151,7 @@ lint-commit-msg: stage: lint needs: ["build"] image: - name: $CI_REGISTRY_GO/commit-check:5.1.1 + name: $CI_REGISTRY_GO/commit-check:5.2.0 entrypoint: [""] tags: - go diff --git a/Makefile b/Makefile index 7d560755..c966cc84 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DOCKER_HAPROXY_VERSION?=3.2 SWAGGER_VERSION=v0.31.0 GO_VERSION:=${shell go mod edit -json | jq -r .Go} GOLANGCI_LINT_VERSION=1.64.5 -CHECK_COMMIT=5.1.1 +CHECK_COMMIT=5.2.0 .PHONY: test test: