diff --git a/.github/workflows/pr-verifier.yml b/.github/workflows/pr-verifier.yml index 22c9e82..d5fef47 100644 --- a/.github/workflows/pr-verifier.yml +++ b/.github/workflows/pr-verifier.yml @@ -10,4 +10,4 @@ jobs: verify-pr-title: permissions: pull-requests: read - uses: kagenti/.github/.github/workflows/pr-verifier-required.yml@5df2608afc813a6ec4a002a9ea05640863549122 # main, 2026-06-25 + uses: rossoctl/.github/.github/workflows/pr-verifier-required.yml@89bd5f961c3a91253d4bb54de69faff47397abcd # 2026-07-21 diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index e517b64..4ba35d8 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -21,5 +21,5 @@ jobs: # with NO `secrets:` block — it bare-references `${{ secrets.ADD_TO_PROJECT_PAT }}` # in a step. GitHub errors if a caller passes a secret the callee did not # declare, so this must use `secrets: inherit` (not explicit passing). - uses: kagenti/.github/.github/workflows/add-to-project.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05 + uses: rossoctl/.github/.github/workflows/add-to-project.yml@2610c7817f0acb847f83038fe7c4718112cf94d8 # 2026-07-20 secrets: inherit diff --git a/.github/workflows/self-assign.yml b/.github/workflows/self-assign.yml index 5dabd05..28e9ac2 100644 --- a/.github/workflows/self-assign.yml +++ b/.github/workflows/self-assign.yml @@ -17,6 +17,6 @@ permissions: jobs: self-assign: - uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05 + uses: rossoctl/.github/.github/workflows/self-assign-reusable.yml@89bd5f961c3a91253d4bb54de69faff47397abcd # 2026-07-21 secrets: ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}