Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lock -merge linguist-vendored
28 changes: 28 additions & 0 deletions .github/workflows/lisan-al-gaib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "Dependency Check"
on:
push:
branches: [main]
paths:
- .github/workflows/lisan-al-gaib.yaml
- '*.lock'
pull_request:

permissions:
contents: read

jobs:
check:
runs-on: ubuntu-slim
steps:
- uses: runloopai/checkout@main

- uses: runloopai/lisan-al-gaib-action@main
with:
ecosystems: python,actions
bypass-keyword: cve-fix
python-lockfiles: '*.lock'
license-overrides: |
python:
apeye: ignore # Only used by sphinx-toolbox for docs generation
cssutils: ignore # Only used by sphinx-toolbox for docs generation

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Documentation = "https://runloopai.github.io/api-client-python/"
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]

[tool.uv]
exclude-newer = "14 days"
managed = true
required-version = ">=0.9"

Expand Down
Loading