From 612436094a9e1d3b6975f2a679bb213d1bfc6380 Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Wed, 15 Apr 2026 15:09:03 -0700 Subject: [PATCH] Add lisan-al-gaib workflow --- .gitattributes | 1 + .github/workflows/lisan-al-gaib.yaml | 23 +++++++++++++++++++++++ .yarnrc.yml | 1 + 3 files changed, 25 insertions(+) create mode 100644 .gitattributes create mode 100644 .github/workflows/lisan-al-gaib.yaml create mode 100644 .yarnrc.yml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..88549dde8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +yarn.lock -merge linguist-vendored diff --git a/.github/workflows/lisan-al-gaib.yaml b/.github/workflows/lisan-al-gaib.yaml new file mode 100644 index 000000000..af70665b1 --- /dev/null +++ b/.github/workflows/lisan-al-gaib.yaml @@ -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 + diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 000000000..a73342180 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +npmMinimalAgeGate: "3d"