ci: add workflow to update commons lib (#269)

This commit is contained in:
Naveen Singh authored and GitHub committed 2025-12-10 23:08:16 +05:30
1 parent 63f76003f3
commit aa21011d9b
2 files changed
+15

No files matched your search

+13
View File
@@ -0,0 +1,13 @@
name: Update Fossify Commons
on:
repository_dispatch:
types: [update-commons]
workflow_dispatch:
schedule:
- cron: "0 6 * * 0"
jobs:
update-commons:
uses: FossifyOrg/.github/.github/workflows/update-commons.yml@main
secrets: inherit
@@ -1,6 +1,8 @@
name: Update lint baselines
on:
repository_dispatch:
types: [update-lint-baselines]
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"