From 669c0a3ce3fc62ddd4ec8f838b226be5497994dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:24:20 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [dorny/test-reporter](https://github.com/dorny/test-reporter) and [azure/setup-helm](https://github.com/azure/setup-helm). Updates `dorny/test-reporter` from 2 to 3 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v2...v3) Updates `azure/setup-helm` from 4 to 5 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v4...v5) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 465e2910..4dd46208 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -152,7 +152,7 @@ jobs: run: dotnet test --no-build --configuration ${{ env.build_configuration }} --verbosity normal - name: tests - report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: ${{ github.event.pull_request.head.repo.fork == false }} with: name: Test Results @@ -161,7 +161,7 @@ jobs: fail-on-empty: "false" - name: tools - helm - install - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: tools - helm - login - ghcr.io if: ${{ env.build_push == 'true' }} @@ -260,7 +260,7 @@ jobs: path: .artifacts/kubectl - name: tools - helm - install - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: tools - helm - login - ghcr.io run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin