From a1ba370ad75a05bc10a9e245f6f217761d76cc00 Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Wed, 28 May 2025 12:28:28 +0530 Subject: [PATCH] Update auto_cherry_pick.yml --- .github/workflows/auto_cherry_pick.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 40870b6..e4b0191 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -16,6 +16,8 @@ on: description: "Specify a script to run after audit fix" required: false default: "yarn run all" + schedule: + - cron: "0 0 * * 1" permissions: contents: write @@ -25,10 +27,10 @@ permissions: jobs: audit-fix: - uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick + uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1 with: original-owner: "tj-actions" repo-name: "changed-files" base_branch: ${{ inputs.base_branch }} package_manager: "yarn" - script: ${{ inputs.script || 'yarn run all' }} \ No newline at end of file + script: ${{ inputs.script || 'yarn run all' }}