Skip to content

Commit

Permalink
build(deps): update commitlint/commitlint docker tag to v19.6.1 (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Dec 16, 2024
1 parent fc2118d commit 248f718
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0@sha256:be32bd5960ffcd5daab5ae0dab3428fa3621417c3f621fb1f6a307cf51777cc3
image: commitlint/commitlint:19.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7
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.0@sha256:be32bd5960ffcd5daab5ae0dab3428fa3621417c3f621fb1f6a307cf51777cc3
name: commitlint/commitlint:19.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7
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.0@sha256:be32bd5960ffcd5daab5ae0dab3428fa3621417c3f621fb1f6a307cf51777cc3
image: commitlint/commitlint:19.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7
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.0@sha256:be32bd5960ffcd5daab5ae0dab3428fa3621417c3f621fb1f6a307cf51777cc3
name: commitlint/commitlint:19.6.1@sha256:eafd030c63023d92078deb6c33d44c7d679bcd4a48bf60e9aef8aea1d0e1dfd7
entrypoint: ['']
interruptible: true
rules:
Expand Down

0 comments on commit 248f718

Please sign in to comment.