diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 46097212..1fad3337 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,7 +5,7 @@ concurrency: jobs: commitlint: container: - image: commitlint/commitlint:19.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7 + image: commitlint/commitlint:19.7.0@sha256:fccb7cfe160d62a2e9e1016b8c4f3a3fa0378e1504a0dd1b073903c1eafbd65b runs-on: ubuntu-24.04 steps: - run: env | sort diff --git a/.gitlab/workflows/commitlint.yml b/.gitlab/workflows/commitlint.yml index 3c3336c1..d59d1107 100644 --- a/.gitlab/workflows/commitlint.yml +++ b/.gitlab/workflows/commitlint.yml @@ -1,6 +1,6 @@ commitlint: image: - name: commitlint/commitlint:19.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7 + name: commitlint/commitlint:19.7.0@sha256:fccb7cfe160d62a2e9e1016b8c4f3a3fa0378e1504a0dd1b073903c1eafbd65b 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 46097212..1fad3337 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.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7 + image: commitlint/commitlint:19.7.0@sha256:fccb7cfe160d62a2e9e1016b8c4f3a3fa0378e1504a0dd1b073903c1eafbd65b runs-on: ubuntu-24.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 3c3336c1..d59d1107 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.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7 + name: commitlint/commitlint:19.7.0@sha256:fccb7cfe160d62a2e9e1016b8c4f3a3fa0378e1504a0dd1b073903c1eafbd65b entrypoint: [''] interruptible: true rules: