File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
32
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : " Checkout code"
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
25
25
with :
26
26
persist-credentials : false
27
27
Original file line number Diff line number Diff line change 37
37
experimental : false
38
38
continue-on-error : ${{ matrix.experimental }}
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
40
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
41
41
with :
42
42
submodules : recursive
43
43
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
56
56
name : Check if code excerpts are up to date
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
59
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
60
60
with :
61
61
submodules : recursive
62
62
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
71
71
name : Build site and check links
72
72
runs-on : ubuntu-latest
73
73
steps :
74
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
74
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
75
75
with :
76
76
submodules : recursive
77
77
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
99
99
name : Check if text can be replaced with site variables
100
100
runs-on : ubuntu-latest
101
101
steps :
102
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
102
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
103
103
with :
104
104
submodules : recursive
105
105
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -114,7 +114,7 @@ jobs:
114
114
name : Validate Firebase configuration
115
115
runs-on : ubuntu-latest
116
116
steps :
117
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
117
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
118
118
with :
119
119
submodules : recursive
120
120
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
You can’t perform that action at this time.
0 commit comments