We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b26173 commit c5eef6eCopy full SHA for c5eef6e
.github/workflows/scorecards-analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: "Checkout code"
25
- uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
+ uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
26
with:
27
persist-credentials: false
28
.github/workflows/typecheck.yaml
@@ -12,7 +12,7 @@ jobs:
12
github.com:443
13
registry.yarnpkg.com:443
14
15
- - uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
+ - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
16
- name: Setup Node.js environment
17
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
18
- run: yarn --frozen
0 commit comments