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