We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9500f0 commit 5934d2dCopy full SHA for 5934d2d
.github/workflows/scorecards-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: "Checkout code"
24
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
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@9bb56186c3b09b4f86b1c65136769dd318469633
+ - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
70
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
71
72
sdk: ${{ matrix.sdk }}
0 commit comments