diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-22 11:34:19 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 11:34:19 +0530 |
| commit | b4c1aaa30512dc3c28f69779bc51d5f8f1b6c4c3 (patch) | |
| tree | 10e7bf718488177ed18b8b191122ac626a33a56f | |
| parent | 39fdcddfe7ddc7b94023a2f7005162a37a766c8f (diff) | |
chore(deps): update actions/checkout action to v5 (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/scorecard.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 95e6556..29c1ef6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false |
