Commit 7fc8118 1 parent 8f9e82e commit 7fc8118 Copy full SHA for 7fc8118
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
32
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
24
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
40
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
59
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
74
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
102
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
117
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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