From 1edeb79de6d7d562fa5c8124b60c7c90bd4b85d2 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 31 Mar 2026 12:32:00 -0700 Subject: [PATCH] fix: update OSPO action references to canonical org path The OSPO actions have moved from github/ to github-community-projects/. Update workflow references to use the canonical org path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/issue-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-metrics.yml b/.github/workflows/issue-metrics.yml index 2d4f84dfa95..7f8936daf50 100644 --- a/.github/workflows/issue-metrics.yml +++ b/.github/workflows/issue-metrics.yml @@ -34,7 +34,7 @@ jobs: last_day=${{ inputs.report_date_end }} >> "$GITHUB_ENV" - name: Run issue-metrics tool - uses: github/issue-metrics@v2 + uses: github-community-projects/issue-metrics@v2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: 'repo:awsdocs/aws-doc-sdk-examples created:${{ env.first_day }}..${{ env.last_day }}'