We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af338f1 commit 8e2fc5eCopy full SHA for 8e2fc5e
.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@0ffe6f9c5599e73776da5b7f113e994bc0a76ede
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@0ffe6f9c5599e73776da5b7f113e994bc0a76ede
16
- name: Setup Node.js environment
17
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
18
- run: yarn --frozen
0 commit comments