diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 88bda37d..5b0995e5 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,7 +5,7 @@ concurrency: jobs: commitlint: container: - image: commitlint/commitlint:19.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66 + image: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628 runs-on: ubuntu-22.04 steps: - run: env | sort diff --git a/.gitlab/workflows/commitlint.yml b/.gitlab/workflows/commitlint.yml index 301f613b..03b532f2 100644 --- a/.gitlab/workflows/commitlint.yml +++ b/.gitlab/workflows/commitlint.yml @@ -1,6 +1,6 @@ commitlint: image: - name: commitlint/commitlint:19.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66 + name: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628 entrypoint: [''] interruptible: true rules: diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/commitlint.yml b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/commitlint.yml index 88bda37d..5b0995e5 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/commitlint.yml +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/commitlint.yml @@ -5,7 +5,7 @@ concurrency: jobs: commitlint: container: - image: commitlint/commitlint:19.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66 + image: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628 runs-on: ubuntu-22.04 steps: - run: env | sort diff --git a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml index 301f613b..03b532f2 100644 --- a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml +++ b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml @@ -1,6 +1,6 @@ commitlint: image: - name: commitlint/commitlint:19.3.1@sha256:02c8c31b2c61c51eadb410960648c8b370f7583609f4ca1520155eeeefd63d66 + name: commitlint/commitlint:19.4.0@sha256:e89e2e9e58992e9e769803c320c1294503d7e3bd00758c02f20d8f3fe60fc628 entrypoint: [''] interruptible: true rules: