We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadef24 commit 37b981cCopy full SHA for 37b981c
.github/workflows/scorecards-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: "Checkout code"
24
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
25
with:
26
persist-credentials: false
27
.github/workflows/test.yaml
@@ -66,7 +66,7 @@ jobs:
66
- name: Configure git
67
if: runner.os == 'Windows'
68
run: git config --global core.autocrlf input
69
- - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
70
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
71
72
sdk: ${{ matrix.sdk }}
0 commit comments