diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 2965ec12be5a..0145bbd050f8 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -15,7 +15,7 @@ jobs: 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@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -61,7 +61,7 @@ jobs: run: working-directory: ./pdns/recursordist/ steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -111,7 +111,7 @@ jobs: run: working-directory: ./pdns/dnsdistdist/ steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -176,7 +176,7 @@ jobs: options: >- --restart always steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -238,7 +238,7 @@ jobs: options: >- --restart always steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -262,7 +262,7 @@ jobs: 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@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -287,7 +287,7 @@ jobs: ASAN_OPTIONS: detect_leaks=0 TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp" steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -313,7 +313,7 @@ jobs: ASAN_OPTIONS: detect_leaks=0 TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp" steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -343,7 +343,7 @@ jobs: ASAN_OPTIONS: detect_leaks=0 TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp" steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -370,7 +370,7 @@ jobs: # 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@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -387,7 +387,7 @@ jobs: swagger-syntax-check: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive @@ -410,7 +410,7 @@ jobs: - test-recursor-bulk runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/builder-dispatch.yml b/.github/workflows/builder-dispatch.yml index 72447d009a4b..8f7e32d83b70 100644 --- a/.github/workflows/builder-dispatch.yml +++ b/.github/workflows/builder-dispatch.yml @@ -58,7 +58,7 @@ jobs: os: ${{fromJson(needs.prepare.outputs.oslist)}} fail-fast: false steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # for correct version numbers submodules: recursive diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index b1a3e8116aa7..31bbfc1f16fb 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -23,7 +23,7 @@ jobs: - debian-bookworm fail-fast: false steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # for correct version numbers submodules: recursive diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6bd284604087..a4252d652352 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d36ca3e8ad78..6a275a9fc7dd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -14,7 +14,7 @@ jobs: matrix: product: ['auth', 'recursor', 'dnsdist'] steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 2b71e0a0983e..5b355c55004e 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -11,7 +11,7 @@ jobs: # on a ubuntu-20.04 VM runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/secpoll.yml b/.github/workflows/secpoll.yml index c5ee41de904a..d93795523f9a 100644 --- a/.github/workflows/secpoll.yml +++ b/.github/workflows/secpoll.yml @@ -11,7 +11,7 @@ jobs: # on a ubuntu-20.04 VM runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index d22f96726fa5..34ef1dfb0f99 100644 --- a/.github/workflows/spelling2.yml +++ b/.github/workflows/spelling2.yml @@ -20,12 +20,12 @@ jobs: steps: - name: checkout-merge if: "contains(github.event_name, 'pull_request')" - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: ref: refs/pull/${{github.event.pull_request.number}}/merge - name: checkout if: ${{ github.event_name == 'push' }} - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - uses: check-spelling/check-spelling@v0.0.19 id: spelling with: