Skip to content

Bump System.Security.Cryptography.Xml from 8.0.1 to 8.0.3 #12

Bump System.Security.Cryptography.Xml from 8.0.1 to 8.0.3

Bump System.Security.Cryptography.Xml from 8.0.1 to 8.0.3 #12

Workflow file for this run

name: Pull Request
permissions:
contents: read
on:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
- run: dotnet test
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions/dependency-review-action@v4
name: Dependency Review
with:
allow-licenses: MIT, Apache-2.0, BSD-2-Clause
fail-on-scopes: development, runtime, unknown