diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 9e20be1..93e887a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -19,7 +19,7 @@ jobs: id-token: write # publish results to the public Scorecard API (powers the badge) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: persist-credentials: false