From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:44:55 +0000 (+0000) Subject: build(deps): bump actions/checkout from 2.3.4 to 3.1.0 X-Git-Tag: rec-4.8.4~1^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bae1b0a0869e52ccd4a2243679828c31beb3d51;p=thirdparty%2Fpdns.git 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] --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index f6d51019cf..23fa55cff2 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -25,7 +25,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 @@ -68,7 +68,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 @@ -94,7 +94,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 @@ -124,7 +124,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 @@ -146,7 +146,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 f5d90c51fc..4a54c66e75 100644 --- a/.github/workflows/builder-dispatch.yml +++ b/.github/workflows/builder-dispatch.yml @@ -61,7 +61,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 9ac0c1734d..1eaf141652 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -26,7 +26,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 d3cc6c791a..887c4dae21 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,7 +31,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 51ac091a5a..8cf51cd5f9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,7 +17,7 @@ jobs: matrix: product: ['recursor'] 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 544ea37de0..852239281e 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -14,7 +14,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