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

This commit is contained in:
Naveen Singh
2025-12-10 23:07:35 +05:30
committed by GitHub
parent 6b4bcf2f9f
commit dde8b730d9
2 changed files with 15 additions and 0 deletions

13
.github/workflows/update-commons.yml vendored Normal file
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

View File

@@ -1,6 +1,8 @@
name: Update lint baselines
on:
repository_dispatch:
types: [update-lint-baselines]
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"