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: auth-4.7.4~8^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d2d3d3915bff402be2e809d8c5723b39410ced6;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 805925e6b1..f598107179 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -18,7 +18,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 @@ -83,7 +83,7 @@ jobs: options: >- --restart always steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -192,7 +192,7 @@ jobs: options: >- --restart always steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 5 submodules: recursive @@ -216,7 +216,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 @@ -233,7 +233,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 @@ -255,7 +255,7 @@ jobs: run: "sudo snap install jq yq" - name: Fail job if any of the previous jobs failed run: "for i in `echo '${{ toJSON(needs) }}' | jq '.[].result' | tr -d '\"'`; do if [[ $i == 'failure' ]]; then echo '${{ toJSON(needs) }}'; exit 1; fi; done;" - - 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 e7187443e3..e1498a659f 100644 --- a/.github/workflows/builder-dispatch.yml +++ b/.github/workflows/builder-dispatch.yml @@ -22,7 +22,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: 0 # for correct version numbers submodules: recursive diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index e57468f482..829c4ff550 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 c7593ac94d..ae02e4d6ba 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 c21a5d8363..baf9f33b68 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,7 +17,7 @@ jobs: matrix: product: ['auth'] 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