Skip to content

Commit a7f8ee9

Browse files
committed
Add lisan-al-gaib workflow
1 parent c50b078 commit a7f8ee9

4 files changed

Lines changed: 26 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn.lock -merge linguist-vendored
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "Dependency Check"
2+
on:
3+
push:
4+
branches: [main]
5+
paths:
6+
- .github/workflows/lisan-al-gaib.yaml
7+
- yarn.lock
8+
pull_request:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
check:
15+
runs-on: ubuntu-slim
16+
steps:
17+
- uses: runloopai/checkout@main
18+
19+
- uses: runloopai/lisan-al-gaib-action@main
20+
with:
21+
ecosystems: npm,actions
22+
bypass-keyword: cve-fix
23+

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npmMinimalAgeGate: "3d"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "commonjs",
99
"repository": "github:runloopai/api-client-ts",
1010
"license": "MIT",
11-
"packageManager": "yarn@1.22.22",
11+
"packageManager": "yarn@4.10.3",
1212
"files": [
1313
"**/*"
1414
],

0 commit comments

Comments
 (0)