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