From f8461f59b61a66d930765a76a97bcfe1219f24b7 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Wed, 10 Dec 2025 23:08:26 +0530 Subject: [PATCH] ci: add workflow to update commons lib (#658) --- .github/workflows/update-commons.yml | 13 +++++++++++++ .github/workflows/update-lint-baselines.yml | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .github/workflows/update-commons.yml diff --git a/.github/workflows/update-commons.yml b/.github/workflows/update-commons.yml new file mode 100644 index 00000000..52f3e0ac --- /dev/null +++ b/.github/workflows/update-commons.yml @@ -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 diff --git a/.github/workflows/update-lint-baselines.yml b/.github/workflows/update-lint-baselines.yml index 17043a58..d4d385ea 100644 --- a/.github/workflows/update-lint-baselines.yml +++ b/.github/workflows/update-lint-baselines.yml @@ -1,6 +1,8 @@ name: Update lint baselines on: + repository_dispatch: + types: [update-lint-baselines] workflow_dispatch: schedule: - cron: "0 0 1 * *"