File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
22
22
steps :
23
23
- name : " Checkout code"
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
24
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
25
25
with :
26
26
persist-credentials : false
27
27
28
28
- name : " Run analysis"
29
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736
29
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534
30
30
with :
31
31
results_file : results.sarif
32
32
results_format : sarif
49
49
50
50
# Upload the results to GitHub's code scanning dashboard.
51
51
- name : " Upload to code-scanning"
52
- uses : github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a
52
+ uses : github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f
53
53
with :
54
54
sarif_file : results.sarif
Original file line number Diff line number Diff line change 66
66
- name : Configure git
67
67
if : runner.os == 'Windows'
68
68
run : git config --global core.autocrlf input
69
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
69
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
70
70
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
71
71
with :
72
72
sdk : ${{ matrix.sdk }}
You can’t perform that action at this time.
0 commit comments