diff --git a/.github/workflows/contributor_report.yaml b/.github/workflows/contributor_report.yaml index f73b89b..231f3cc 100644 --- a/.github/workflows/contributor_report.yaml +++ b/.github/workflows/contributor_report.yaml @@ -27,7 +27,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@3387722e41cbcd1560376fe7575b4b0e372633c5 # v1.5.4 + uses: github/contributors@1f903d4eba7d5318fea1ad9500d53370599bf9b8 # v1.5.5 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}