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