Skip to content

Commit ec7bd9c

Browse files
build(deps): update commitlint/commitlint docker tag to v19.4.1 (#709)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent f1b3122 commit ec7bd9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
jobs:
66
commitlint:
77
container:
8-
image: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
8+
image: commitlint/commitlint:19.4.1@sha256:c5300cc69d74bea0d9d80c60f0ec0a9c59f3e6108ac28f736aeb2ffe151159d9
99
runs-on: ubuntu-22.04
1010
steps:
1111
- run: env | sort

.gitlab/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
commitlint:
22
image:
3-
name: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
3+
name: commitlint/commitlint:19.4.1@sha256:c5300cc69d74bea0d9d80c60f0ec0a9c59f3e6108ac28f736aeb2ffe151159d9
44
entrypoint: ['']
55
interruptible: true
66
rules:

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
jobs:
66
commitlint:
77
container:
8-
image: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
8+
image: commitlint/commitlint:19.4.1@sha256:c5300cc69d74bea0d9d80c60f0ec0a9c59f3e6108ac28f736aeb2ffe151159d9
99
runs-on: ubuntu-22.04
1010
steps:
1111
- run: env | sort

template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
commitlint:
22
image:
3-
name: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
3+
name: commitlint/commitlint:19.4.1@sha256:c5300cc69d74bea0d9d80c60f0ec0a9c59f3e6108ac28f736aeb2ffe151159d9
44
entrypoint: ['']
55
interruptible: true
66
rules:

0 commit comments

Comments
 (0)