diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index 298d094..43f8025 100644 --- a/.github/workflows/report-repos-with-multi-admin-teams.yml +++ b/.github/workflows/report-repos-with-multi-admin-teams.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-multi-admin-teams - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@cbfd433920d036c336b00b35af4c82f8e700affe # v5.4.0 + uses: devantler-tech/actions/upsert-issue@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 with: title: "[report] Repos with Multiple Admin Teams" body-file: ${{ steps.report.outputs.report-path }} diff --git a/.github/workflows/report-repos-with-no-admin-team.yml b/.github/workflows/report-repos-with-no-admin-team.yml index 47db419..3e6ab9e 100644 --- a/.github/workflows/report-repos-with-no-admin-team.yml +++ b/.github/workflows/report-repos-with-no-admin-team.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-no-admin-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@cbfd433920d036c336b00b35af4c82f8e700affe # v5.4.0 + uses: devantler-tech/actions/upsert-issue@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 with: title: "[report] Repos with No Admin Team" body-file: ${{ steps.report.outputs.report-path }} diff --git a/.github/workflows/report-repos-with-no-team.yml b/.github/workflows/report-repos-with-no-team.yml index 60999ec..73f1be2 100644 --- a/.github/workflows/report-repos-with-no-team.yml +++ b/.github/workflows/report-repos-with-no-team.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-no-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@cbfd433920d036c336b00b35af4c82f8e700affe # v5.4.0 + uses: devantler-tech/actions/upsert-issue@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}