Skip to content

Commit fee2c3d

Browse files
ci: update pinned tool versions
1 parent 40c5346 commit fee2c3d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

prek.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# See https://prek.j178.dev for more information.
33
#:schema https://www.schemastore.org/prek.json
44

5-
minimum_prek_version = "0.3.13"
5+
minimum_prek_version = "0.4.3"
66
default_install_hook_types = ["pre-commit", "pre-push"]
77

88
[[repos]]
99
repo = "https://github.com/zizmorcore/zizmor-pre-commit"
10-
rev = "9257c6050c0261b8c57e712f632dc4a8010109a9" # frozen: v1.25.2
10+
rev = "e3eebf65325ccc992422292cb7a4baee967cf815" # frozen: v1.26.1
1111
hooks = [
1212
{ id = "zizmor" },
1313
]
@@ -34,15 +34,15 @@ hooks = [
3434

3535
[[repos]]
3636
repo = "https://github.com/astral-sh/ruff-pre-commit"
37-
rev = "0671d8ab202c4ac093b78433ae5baf74f3fc7246" # frozen: v0.15.15
37+
rev = "c59bba8fb259db0fec2bbb77ad8ba51ea7341b56" # frozen: v0.15.20
3838
hooks = [
3939
{ id = "ruff", args = ["--fix"], files = '^\.github/scripts/.*\.py$' },
4040
{ id = "ruff-format", files = '^\.github/scripts/.*\.py$' },
4141
]
4242

4343
[[repos]]
4444
repo = "https://github.com/igorshubovych/markdownlint-cli"
45-
rev = "e72a3ca1632f0b11a07d171449fe447a7ff6795e" # frozen: v0.48.0
45+
rev = "a4d5d37e66ebcd6b3705204a1d6dbb56dea66338" # frozen: v0.49.0
4646
hooks = [
4747
{ id = "markdownlint", args = ["--fix"] },
4848
]
@@ -70,14 +70,14 @@ hooks = [
7070

7171
[[repos]]
7272
repo = "https://github.com/betterleaks/betterleaks"
73-
rev = "ea102f10e2255c28a2e45cd58db643ee5864e05b" # frozen: v1.3.1
73+
rev = "6475f3fe49bf893d7713cd501131176a051f8d10" # frozen: v1.6.0
7474
hooks = [
7575
{ id = "betterleaks" },
7676
]
7777

7878
[[repos]]
7979
repo = "https://github.com/trufflesecurity/trufflehog"
80-
rev = "37b77001d0174ebec2fcca2bd83ff83a6d45a3ab" # frozen: v3.95.3
80+
rev = "30d5bb91af1a771378349dbbb0c82129392acf70" # frozen: v3.95.6
8181
hooks = [
8282
{ id = "trufflehog", stages = ["manual"] },
8383
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cyclonedx_cli": "v0.32.0",
3-
"opengrep": "v1.22.0",
3+
"opengrep": "v1.23.0",
44
"poutine": "1.1.6",
5-
"trufflehog": "3.95.3"
5+
"trufflehog": "3.95.6"
66
}

0 commit comments

Comments
 (0)