diff --git a/.github/workflows/comments.yml b/.github/workflows/comments.yml index b7bb4a4..57c4c6f 100644 --- a/.github/workflows/comments.yml +++ b/.github/workflows/comments.yml @@ -17,5 +17,5 @@ concurrency: jobs: call-comments-workflow: if: ${{ github.repository_owner == 'bitnami' }} - uses: bitnami/support/.github/workflows/comment-created.yml@main + uses: bitnami/support/.github/workflows/comment-created.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac secrets: inherit \ No newline at end of file diff --git a/.github/workflows/move-closed-issues.yml b/.github/workflows/move-closed-issues.yml index 2e1698c..abe1d6c 100644 --- a/.github/workflows/move-closed-issues.yml +++ b/.github/workflows/move-closed-issues.yml @@ -19,5 +19,5 @@ concurrency: jobs: call-move-closed-workflow: if: ${{ github.repository_owner == 'bitnami' }} - uses: bitnami/support/.github/workflows/item-closed.yml@main + uses: bitnami/support/.github/workflows/item-closed.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-review-hack.yml b/.github/workflows/pr-review-hack.yml index 05d5ac0..59c44a6 100644 --- a/.github/workflows/pr-review-hack.yml +++ b/.github/workflows/pr-review-hack.yml @@ -50,7 +50,7 @@ jobs: echo "labels=${labels}" >> $GITHUB_OUTPUT echo "resource_url=${resource_url}" >> $GITHUB_OUTPUT call-pr-review-comment: - uses: bitnami/support/.github/workflows/pr-review-comment.yml@main + uses: bitnami/support/.github/workflows/pr-review-comment.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac needs: pr-info permissions: contents: read diff --git a/.github/workflows/pr-reviews-requested.yml b/.github/workflows/pr-reviews-requested.yml index 1f18378..973d87d 100644 --- a/.github/workflows/pr-reviews-requested.yml +++ b/.github/workflows/pr-reviews-requested.yml @@ -16,5 +16,5 @@ concurrency: jobs: call-pr-review-workflow: if: ${{ github.repository_owner == 'bitnami' }} - uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main + uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac secrets: inherit \ No newline at end of file diff --git a/.github/workflows/reasign.yml b/.github/workflows/reasign.yml index affebd9..536a64b 100644 --- a/.github/workflows/reasign.yml +++ b/.github/workflows/reasign.yml @@ -20,5 +20,5 @@ concurrency: jobs: call-reasign-workflow: if: ${{ github.repository_owner == 'bitnami' }} - uses: bitnami/support/.github/workflows/item-labeled.yml@main + uses: bitnami/support/.github/workflows/item-labeled.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac secrets: inherit \ No newline at end of file diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index bae4cde..f73d942 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -23,5 +23,5 @@ concurrency: jobs: call-triage-workflow: if: ${{ github.repository_owner == 'bitnami' }} - uses: bitnami/support/.github/workflows/item-opened.yml@main + uses: bitnami/support/.github/workflows/item-opened.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac secrets: inherit \ No newline at end of file