From 00a958ed67e762b3da83fb357f44b255ae867948 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 31 Mar 2026 12:42:39 -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/cleanowners.yml | 2 +- .github/workflows/contributors.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanowners.yml b/.github/workflows/cleanowners.yml index ca255804..101d1abf 100644 --- a/.github/workflows/cleanowners.yml +++ b/.github/workflows/cleanowners.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Run cleanowners action - uses: github/cleanowners@v1 + uses: github-community-projects/cleanowners@v1 env: GH_TOKEN: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} ORGANIZATION: storm-software diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index f45a744c..950d4e86 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -26,7 +26,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@v1 + uses: github-community-projects/contributors@v1 env: GH_TOKEN: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}