File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 base_ref : ${{ github.base_ref || github.event.repository.default_branch || 'master' }}
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919 with :
2020 fetch-depth : 0
2121
5858 compile-deps :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v3
61+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6262 with :
6363 fetch-depth : 0
6464
7575 needs : [compile-deps]
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v3
78+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7979 with :
8080 fetch-depth : 0
8181
9393 timeout-minutes : 1
9494
9595 steps :
96- - uses : actions/checkout@v3
96+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9797 with :
9898 fetch-depth : 0
9999
@@ -110,7 +110,7 @@ jobs:
110110 needs : [compile]
111111 runs-on : ubuntu-latest
112112 steps :
113- - uses : actions/checkout@v3
113+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
114114 with :
115115 fetch-depth : 0
116116
@@ -123,7 +123,7 @@ jobs:
123123 needs : [compile]
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/checkout@v3
126+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
127127 with :
128128 fetch-depth : 0
129129
@@ -136,7 +136,7 @@ jobs:
136136 needs : [compile]
137137 runs-on : ubuntu-latest
138138 steps :
139- - uses : actions/checkout@v3
139+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
140140 with :
141141 fetch-depth : 0
142142
@@ -149,7 +149,7 @@ jobs:
149149 needs : [compile]
150150 runs-on : ubuntu-latest
151151 steps :
152- - uses : actions/checkout@v3
152+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
153153 with :
154154 fetch-depth : 0
155155
You can’t perform that action at this time.
0 commit comments