diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 112b252..75868ab 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: "action-pack" repo-name: "increment" - base_branch: ${{ inputs.base_branch }} \ No newline at end of file + base_branch: ${{ inputs.base_branch }}