File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * .lock - merge linguist-vendored
Original file line number Diff line number Diff line change 1+ name : " Dependency Check"
2+ on :
3+ push :
4+ branches : [main]
5+ paths :
6+ - .github/workflows/lisan-al-gaib.yaml
7+ - ' *.lock'
8+ pull_request :
9+
10+ permissions :
11+ contents : read
12+
13+ jobs :
14+ check :
15+ runs-on : ubuntu-slim
16+ steps :
17+ - uses : runloopai/checkout@main
18+
19+ - uses : runloopai/lisan-al-gaib-action@main
20+ with :
21+ ecosystems : python,actions
22+ bypass-keyword : cve-fix
23+ python-lockfiles : *.lock
24+
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Documentation = "https://runloopai.github.io/api-client-python/"
4646aiohttp = [" aiohttp" , " httpx_aiohttp>=0.1.9" ]
4747
4848[tool .uv ]
49+ exclude-newer = " 14 days"
4950managed = true
5051required-version = " >=0.9"
5152
You can’t perform that action at this time.
0 commit comments