Skip to content

security(CVE-2024-30105): update System.Text.Json to 8.0.4 #440

security(CVE-2024-30105): update System.Text.Json to 8.0.4

security(CVE-2024-30105): update System.Text.Json to 8.0.4 #440

Workflow file for this run

name: Run Tests and Coverage
on:
push:
pull_request:
branches:
- main
jobs:
test-and-cover:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Run tests with nuke
run: ./build/build.sh -Target Test -Configuration Debug
- name: Coverage
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.cobertura.xml