Skip to content

Commit 661d1d2

Browse files
committed
ci(audit): restore scheduled Bun checks
Dependabot supports Bun version updates but not security updates, so newly disclosed advisories do not change bun.lock or trigger a pull-request audit.
1 parent 5961dd4 commit 661d1d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- "bun.lock"
1010
- "docs/bun.lock"
1111
- "vendor/bun.lock"
12+
schedule:
13+
- cron: "0 6 * * 1"
14+
workflow_dispatch:
1215

1316
concurrency:
1417
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_id || github.ref }}

0 commit comments

Comments
 (0)