Skip to content

Commit a1edd06

Browse files
AdamJCrawfordoktalz
authored andcommitted
BUILD/MINOR: update check-commit versions
1 parent 97f0e6c commit a1edd06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: commit-check
10-
uses: docker://ghcr.io/haproxytech/commit-check:3.0.0
10+
uses: docker://ghcr.io/haproxytech/commit-check:5.2.0
1111
env:
1212
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
generate-specification:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ lint-commit-msg:
151151
stage: lint
152152
needs: ["build"]
153153
image:
154-
name: $CI_REGISTRY_GO/commit-check:5.1.1
154+
name: $CI_REGISTRY_GO/commit-check:5.2.0
155155
entrypoint: [""]
156156
tags:
157157
- go

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DOCKER_HAPROXY_VERSION?=3.2
33
SWAGGER_VERSION=v0.31.0
44
GO_VERSION:=${shell go mod edit -json | jq -r .Go}
55
GOLANGCI_LINT_VERSION=1.64.5
6-
CHECK_COMMIT=5.1.1
6+
CHECK_COMMIT=5.2.0
77

88
.PHONY: test
99
test:

0 commit comments

Comments
 (0)