From bab9dc7b822b44c32403657512d3919c2eb0c721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:04:40 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [mikefarah/yq](https://github.com/mikefarah/yq). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) Updates `mikefarah/yq` from 4.44.3 to 4.44.5 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.44.3...v4.44.5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0d54e178aa..39f154820e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -116,7 +116,7 @@ jobs: make test - name: Upload coverage to Codecov if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} codecov_yml_path: ./.codecov.yml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68e7a79d35..079b18d8cb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Get supported versions from versions.yaml id: get-supported-versions - uses: mikefarah/yq@v4.44.3 + uses: mikefarah/yq@v4.44.5 with: # Get a comma-separated list of supported versions cmd: yq '.supported[].version' versions.yaml | tr '\n' ',' | sed 's/,$//' @@ -165,7 +165,7 @@ jobs: git config --global user.email "radiuscoreteam@service.microsoft.com" - name: Get supported versions from versions.yaml id: get-supported-versions - uses: mikefarah/yq@v4.44.3 + uses: mikefarah/yq@v4.44.5 with: # Get a comma-separated list of supported versions cmd: yq '.supported[].version' ./radius/versions.yaml | tr '\n' ',' | sed 's/,$//'