Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/contributors_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "END_DATE=$end_date" >> "$GITHUB_ENV"

- name: Run contributor action
uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238
uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The action reference should include a version tag comment following the repository's established convention. All GitHub Actions in this repository are pinned to commit SHA hashes with version tag comments (e.g., uses: actions/checkout@SHA # v6.0.2). This makes it easier to identify which version is being used without having to look up the SHA. Please add a version tag comment after the SHA hash.

Copilot uses AI. Check for mistakes.
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
START_DATE: ${{ env.START_DATE }}
Expand Down
Loading