From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:34:52 +0000 (+0000) Subject: build(deps): bump actions/checkout from 3 to 4 X-Git-Tag: auth-4.8.5~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b7d3982a31ce2a32c9ad687d1a9b777c2288b98;p=thirdparty%2Fpdns.git build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- 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 1e80c83f7d..4afd10f3bf 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -32,7 +32,7 @@ jobs: clang-tidy-auth-failed: ${{ steps.clang-tidy-annotations.outputs.failed }} steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive @@ -122,7 +122,7 @@ jobs: --restart always steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive @@ -234,7 +234,7 @@ jobs: --restart always steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive @@ -261,7 +261,7 @@ jobs: ASAN_OPTIONS: detect_leaks=0 steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive @@ -282,7 +282,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive @@ -316,7 +316,7 @@ jobs: run: "sudo apt-get update && sudo apt-get install jq jc" - name: Fail job if any of the previous jobs failed run: "for i in `echo '${{ toJSON(needs) }}' | jq -r '.[].result'`; do if [[ $i == 'failure' ]]; then echo '${{ toJSON(needs) }}'; exit 1; fi; done;" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/builder-dispatch.yml b/.github/workflows/builder-dispatch.yml index 864082b787..2f85596112 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 + - uses: actions/checkout@v4 with: fetch-depth: 0 # for correct version numbers submodules: recursive diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 35a990e912..fe41d13fb0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -33,7 +33,7 @@ jobs: - amazon-2023 fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 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 41880c2031..4d03a3953c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 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/formatting.yml b/.github/workflows/formatting.yml index 19bac0344a..cedeef1269 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@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/misc-dailies.yml b/.github/workflows/misc-dailies.yml index 95871e019e..351781e1d0 100644 --- a/.github/workflows/misc-dailies.yml +++ b/.github/workflows/misc-dailies.yml @@ -28,7 +28,7 @@ jobs: if: ${{ vars.SCHEDULED_MISC_DAILIES }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/secpoll.yml b/.github/workflows/secpoll.yml index b7b52ea7a1..93253b43ac 100644 --- a/.github/workflows/secpoll.yml +++ b/.github/workflows/secpoll.yml @@ -14,7 +14,7 @@ jobs: # on a ubuntu-20.04 VM runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 5 submodules: recursive