From 2303809f918bb3a9cc74eb285af3660ef0104f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:44:55 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.3.4 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test-all.yml | 24 ++++++++++++------------ .github/workflows/builder-dispatch.yml | 2 +- .github/workflows/builder.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/formatting.yml | 2 +- .github/workflows/secpoll.yml | 2 +- .github/workflows/spelling2.yml | 4 ++-- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 90bacecd66..2965ec12be 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@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -61,7 +61,7 @@ jobs: run: working-directory: ./pdns/recursordist/ steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -111,7 +111,7 @@ jobs: run: working-directory: ./pdns/dnsdistdist/ steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -176,7 +176,7 @@ jobs: options: >- --restart always steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -238,7 +238,7 @@ jobs: options: >- --restart always steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.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@v2.3.4 + - uses: actions/checkout@v3.1.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@v2.3.4 + - uses: actions/checkout@v3.1.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@v2.3.4 + - uses: actions/checkout@v3.1.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@v2.3.4 + - uses: actions/checkout@v3.1.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@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -387,7 +387,7 @@ jobs: 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 @@ -410,7 +410,7 @@ jobs: - 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 diff --git a/.github/workflows/builder-dispatch.yml b/.github/workflows/builder-dispatch.yml index 4e8cfbd004..72447d009a 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@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 # for correct version numbers submodules: recursive diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index d6b44970f4..b1a3e8116a 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@v2.3.4 + - uses: actions/checkout@v3.1.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 ebbb4c7414..6bd2846040 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@v2 + uses: actions/checkout@v3.1.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 09c3dd9049..d36ca3e8ad 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@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 38395c5e29..2b71e0a098 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@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/secpoll.yml b/.github/workflows/secpoll.yml index cb1151792d..c5ee41de90 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@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index e24b9dfd1b..d22f96726f 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@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: -- 2.47.2