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