summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-09-23 23:47:07 +0900
committerGitHub <noreply@github.com>2023-09-23 23:47:07 +0900
commit881f7ce612d7f5e7eb25bc9d3b90550802644440 (patch)
treec42008eb509343cb53539bc67d8c95b906f19ddb /.github
parent3c413737ba9ca0ea894dd1e4494bd3efff333c1b (diff)
Remove incorrect checkout version comment in scorecard.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scorecard.yml2
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