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 @@
yarn.lock -merge linguist-vendored
23 changes: 23 additions & 0 deletions .github/workflows/lisan-al-gaib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Dependency Check"
on:
push:
branches: [main]
paths:
- .github/workflows/lisan-al-gaib.yaml
- yarn.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: npm,actions
bypass-keyword: cve-fix

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npmMinimalAgeGate: "3d"
Loading