diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:47:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 23:47:07 +0900 |
commit | 881f7ce612d7f5e7eb25bc9d3b90550802644440 (patch) | |
tree | c42008eb509343cb53539bc67d8c95b906f19ddb | |
parent | 3c413737ba9ca0ea894dd1e4494bd3efff333c1b (diff) |
Remove incorrect checkout version comment in scorecard.yml
-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 55807c25..f502e784 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 # v3.1.0 + uses: actions/checkout@v4 with: persist-credentials: false |