From: Remi Gacogne Date: Tue, 27 May 2025 12:57:25 +0000 (+0200) Subject: build-and-test-all: Pin the version of the coveralls workflow X-Git-Tag: dnsdist-2.0.0-beta1~55^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d041daac58465009713086427fb3c8d6d84341da;p=thirdparty%2Fpdns.git build-and-test-all: Pin the version of the coveralls workflow --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index c53d14ebf7..1199eb7eb6 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -115,7 +115,7 @@ jobs: working-directory: ./pdns-${{ env.BUILDER_VERSION }}/pdns - name: Coveralls Parallel auth unit if: ${{ env.COVERAGE == 'yes' && matrix.builder != 'meson' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: auth-unit-${{ env.SANITIZERS }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -200,7 +200,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' && matrix.builder != 'meson' }} - name: Coveralls Parallel rec unit if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' && matrix.builder != 'meson' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: rec-unit-${{ matrix.features }}-${{ matrix.sanitizers }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -298,7 +298,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' && matrix.builder == 'autotools'}} - name: Coveralls Parallel dnsdist unit if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' && matrix.builder == 'autotools' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: dnsdist-unit-${{ matrix.features }}-${{ matrix.sanitizers }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -380,7 +380,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' }} - name: Coveralls Parallel auth API ${{ matrix.backend }} if: ${{ env.COVERAGE == 'yes' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: auth-api-${{ matrix.backend }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -512,7 +512,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' }} - name: Coveralls Parallel auth backend ${{ matrix.backend }} if: ${{ env.COVERAGE == 'yes' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: auth-backend-${{ matrix.backend }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -555,7 +555,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' }} - name: Coveralls Parallel ixfrdist if: ${{ env.COVERAGE == 'yes' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: ixfrdist path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -607,7 +607,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - name: Coveralls Parallel recursor API if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: rec-api-full-${{ matrix.sanitizers }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -661,7 +661,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - name: Coveralls Parallel recursor regression if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: rec-regression-full-${{ matrix.sanitizers }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -714,7 +714,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - name: Coveralls Parallel recursor bulk if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: rec-regression-bulk-full-${{ matrix.sanitizers }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -765,7 +765,7 @@ jobs: # if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} #- name: Coveralls Parallel recursor bulk # if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - # uses: coverallsapp/github-action@v2 + # uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # with: # flag-name: rec-regression-bulk-full-${{ matrix.sanitizers }} # path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -821,7 +821,7 @@ jobs: if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - name: Coveralls Parallel dnsdist regression if: ${{ env.COVERAGE == 'yes' && matrix.sanitizers != 'tsan' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: flag-name: dnsdist-regression-full-${{ matrix.sanitizers }} path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov @@ -868,7 +868,7 @@ jobs: steps: - name: Coveralls Parallel Finished if: ${{ env.COVERAGE == 'yes' }} - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: parallel-finished: true fail-on-error: false