Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading