Skip to content

Commit f1ef99d

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

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.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66
8+
image: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
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.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66
3+
name: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
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.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66
8+
image: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
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.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66
3+
name: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628
44
entrypoint: ['']
55
interruptible: true
66
rules:

0 commit comments

Comments
 (0)