We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54790dc commit 644a982Copy full SHA for 644a982
.github/workflows/R-CMD-check.yaml
@@ -29,7 +29,7 @@ jobs:
29
R_KEEP_PKG_SOURCE: yes
30
31
steps:
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
33
34
- uses: r-lib/actions/setup-pandoc@v1
35
.github/workflows/scorecard.yml
@@ -32,7 +32,7 @@ jobs:
- name: "Checkout code"
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
with:
37
persist-credentials: false
38
0 commit comments