Add lisan-al-gaib workflow #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |