diff --git a/.github/workflows/scorecard-weekly.yml b/.github/workflows/scorecard-weekly.yml index b972cb4..162fd80 100644 --- a/.github/workflows/scorecard-weekly.yml +++ b/.github/workflows/scorecard-weekly.yml @@ -48,7 +48,7 @@ jobs: # The committed pair (latest.json + scorecard.md) is the canonical # weekly snapshot. peter-evans/create-pull-request creates a fresh # branch each week so historical scorecards are preserved in PR history. - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore(eval): weekly scorecard regen ${{ steps.date.outputs.today }}" title: "chore(eval): weekly scorecard update ${{ steps.date.outputs.today }}"