From e16fd5e052fe6c4b0032351b7d3d7521ef03131b Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Fri, 30 May 2025 14:52:52 +0530 Subject: [PATCH] Update auto_cherry_pick.yml --- .github/workflows/auto_cherry_pick.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 1b530e3..9a5a56f 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -15,9 +15,9 @@ permissions: issues: write jobs: - audit-fix: - uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick + cherry-pick: + uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1 with: original-owner: "foundry-rs" repo-name: "foundry-toolchain" - base_branch: ${{ inputs.base_branch }} \ No newline at end of file + base_branch: ${{ inputs.base_branch }}