Skip to content

Commit 62f7c10

Browse files
committed
fixup! Add actions-audit.py script for auditing Apache repo security tooling
1 parent 9262cb5 commit 62f7c10

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ dev = [
3131
]
3232

3333
[tool.uv]
34+
required-version = ">=0.9.17"
3435
exclude-newer = "4 days"

utils/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ dependencies = [
2929

3030
[project.scripts]
3131
verify-action-build = "verify_action_build:main"
32+
33+
[tool.uv]
34+
required-version = ">=0.9.17"
35+
exclude-newer = "4 days"

0 commit comments

Comments
 (0)