Skip to content

Commit 16eba0a

Browse files
committed
Add lisan-al-gaib workflow
1 parent 6197567 commit 16eba0a

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.lock -merge linguist-vendored
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "Dependency Check"
2+
on:
3+
push:
4+
branches: [main]
5+
paths:
6+
- .github/workflows/lisan-al-gaib.yaml
7+
- requirements-dev.lock
8+
- uv.lock
9+
pull_request:
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
check:
16+
runs-on: ubuntu-slim
17+
steps:
18+
- uses: runloopai/checkout@main
19+
20+
- uses: runloopai/lisan-al-gaib-action@main
21+
with:
22+
ecosystems: python,actions
23+
bypass-keyword: cve-fix
24+

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Documentation = "https://runloopai.github.io/api-client-python/"
4646
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4747

4848
[tool.uv]
49+
exclude-newer = "14 days"
4950
managed = true
5051
required-version = ">=0.9"
5152

0 commit comments

Comments
 (0)