1515 UBSAN_OPTIONS : " print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
1616 ASAN_OPTIONS : detect_leaks=0
1717 steps :
18- - uses : actions/checkout@v3.1 .0
18+ - uses : actions/checkout@v3.3 .0
1919 with :
2020 fetch-depth : 5
2121 submodules : recursive
6161 run :
6262 working-directory : ./pdns/recursordist/
6363 steps :
64- - uses : actions/checkout@v3.1 .0
64+ - uses : actions/checkout@v3.3 .0
6565 with :
6666 fetch-depth : 5
6767 submodules : recursive
@@ -111,7 +111,7 @@ jobs:
111111 run :
112112 working-directory : ./pdns/dnsdistdist/
113113 steps :
114- - uses : actions/checkout@v3.1 .0
114+ - uses : actions/checkout@v3.3 .0
115115 with :
116116 fetch-depth : 5
117117 submodules : recursive
@@ -176,7 +176,7 @@ jobs:
176176 options : >-
177177 --restart always
178178 steps :
179- - uses : actions/checkout@v3.1 .0
179+ - uses : actions/checkout@v3.3 .0
180180 with :
181181 fetch-depth : 5
182182 submodules : recursive
@@ -238,7 +238,7 @@ jobs:
238238 options : >-
239239 --restart always
240240 steps :
241- - uses : actions/checkout@v3.1 .0
241+ - uses : actions/checkout@v3.3 .0
242242 with :
243243 fetch-depth : 5
244244 submodules : recursive
@@ -262,7 +262,7 @@ jobs:
262262 UBSAN_OPTIONS : " print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
263263 ASAN_OPTIONS : detect_leaks=0
264264 steps :
265- - uses : actions/checkout@v3.1 .0
265+ - uses : actions/checkout@v3.3 .0
266266 with :
267267 fetch-depth : 5
268268 submodules : recursive
@@ -287,7 +287,7 @@ jobs:
287287 ASAN_OPTIONS : detect_leaks=0
288288 TSAN_OPTIONS : " halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
289289 steps :
290- - uses : actions/checkout@v3.1 .0
290+ - uses : actions/checkout@v3.3 .0
291291 with :
292292 fetch-depth : 5
293293 submodules : recursive
@@ -313,7 +313,7 @@ jobs:
313313 ASAN_OPTIONS : detect_leaks=0
314314 TSAN_OPTIONS : " halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
315315 steps :
316- - uses : actions/checkout@v3.1 .0
316+ - uses : actions/checkout@v3.3 .0
317317 with :
318318 fetch-depth : 5
319319 submodules : recursive
@@ -343,7 +343,7 @@ jobs:
343343 ASAN_OPTIONS : detect_leaks=0
344344 TSAN_OPTIONS : " halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
345345 steps :
346- - uses : actions/checkout@v3.1 .0
346+ - uses : actions/checkout@v3.3 .0
347347 with :
348348 fetch-depth : 5
349349 submodules : recursive
@@ -370,7 +370,7 @@ jobs:
370370 # IncludeDir tests are disabled because of a weird interaction between TSAN and these tests which ever only happens on GH actions
371371 SKIP_INCLUDEDIR_TESTS : yes
372372 steps :
373- - uses : actions/checkout@v3.1 .0
373+ - uses : actions/checkout@v3.3 .0
374374 with :
375375 fetch-depth : 5
376376 submodules : recursive
@@ -387,7 +387,7 @@ jobs:
387387 swagger-syntax-check :
388388 runs-on : ubuntu-20.04
389389 steps :
390- - uses : actions/checkout@v3.1 .0
390+ - uses : actions/checkout@v3.3 .0
391391 with :
392392 fetch-depth : 5
393393 submodules : recursive
@@ -410,7 +410,7 @@ jobs:
410410 - test-recursor-bulk
411411 runs-on : ubuntu-20.04
412412 steps :
413- - uses : actions/checkout@v3.1 .0
413+ - uses : actions/checkout@v3.3 .0
414414 with :
415415 fetch-depth : 5
416416 submodules : recursive
0 commit comments