From 4d6f471ff9762602e2caf61c2bab3bbb20e545a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:02:50 +0000 Subject: [PATCH] build(deps): Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `codecov/codecov-action` from 5 to 7 - [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/v5...v7) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/codeql.yml | 4 ++-- .github/workflows/publish-alpha.yml | 4 ++-- .github/workflows/publish.yml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa87fc..c1cceff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: Build on: workflow_dispatch: @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # needed for nbgv @@ -70,7 +70,7 @@ jobs: **/TestResults/**/*.trx - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 if: always() with: # MTP writes coverage relative to each test project; search recursively @@ -87,7 +87,7 @@ jobs: run: dotnet pack Trellis.Microservices.slnx --no-build --verbosity normal -c Release -o artifacts/ - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ success() && !github.base_ref }} with: name: artifact diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9050200..500ba38 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -name: "CodeQL" +name: "CodeQL" on: workflow_dispatch: @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # needed for nbgv diff --git a/.github/workflows/publish-alpha.yml b/.github/workflows/publish-alpha.yml index aa3d896..cc57c9e 100644 --- a/.github/workflows/publish-alpha.yml +++ b/.github/workflows/publish-alpha.yml @@ -1,4 +1,4 @@ -name: Publish Trellis.Microservices Alpha +name: Publish Trellis.Microservices Alpha # Publishes alpha NuGet packages to GitHub Packages on manual dispatch. # For stable nuget.org releases, use the publish.yml workflow instead. @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # needed for nbgv diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae2d8c7..2267b62 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish NuGet Package +name: Publish NuGet Package # Publishes stable NuGet packages to nuget.org on manual dispatch with an # explicit dry-run option. Requires the NUGET_API_KEY repository secret. @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # needed for nbgv @@ -106,7 +106,7 @@ jobs: ls -lh nupkgs/*.nupkg - name: Upload SBOMs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: sbom-spdx path: sbom/_manifest/**