From bec676b582e9b8f8d4e65757e3f93679d711b56e Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Wed, 15 Apr 2026 16:34:38 -0700 Subject: [PATCH] Add lisan-al-gaib workflow --- .gitattributes | 1 + .github/workflows/lisan-al-gaib.yaml | 26 ++++++++++++++++++++++++++ bunfig.toml | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 .gitattributes create mode 100644 .github/workflows/lisan-al-gaib.yaml create mode 100644 bunfig.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..61e4c34 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +bun.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 0000000..97321e6 --- /dev/null +++ b/.github/workflows/lisan-al-gaib.yaml @@ -0,0 +1,26 @@ +name: "Dependency Check" +on: + push: + branches: [main] + paths: + - .github/workflows/lisan-al-gaib.yaml + - bun.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 + age-overrides: | + npm: + - '@runloop/api-client' + diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..07d0574 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,3 @@ +[install] +minimumReleaseAge = 1209600 +minimumReleaseAgeExcludes = ["@runloop/api-client"]