UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
ASAN_OPTIONS: detect_leaks=0
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
run:
working-directory: ./pdns/recursordist/
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
run:
working-directory: ./pdns/dnsdistdist/
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
options: >-
--restart always
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
options: >-
--restart always
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
ASAN_OPTIONS: detect_leaks=0
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
ASAN_OPTIONS: detect_leaks=0
TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
ASAN_OPTIONS: detect_leaks=0
TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
ASAN_OPTIONS: detect_leaks=0
TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
# IncludeDir tests are disabled because of a weird interaction between TSAN and these tests which ever only happens on GH actions
SKIP_INCLUDEDIR_TESTS: yes
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
swagger-syntax-check:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
- test-recursor-bulk
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
steps:
- name: checkout-merge
if: "contains(github.event_name, 'pull_request')"
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.1.0
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
- name: checkout
if: ${{ github.event_name == 'push' }}
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.1.0
- uses: check-spelling/check-spelling@v0.0.19
id: spelling
with: