Skip to content

chore(deps): Run dotnet-outdated-tool #118

chore(deps): Run dotnet-outdated-tool

chore(deps): Run dotnet-outdated-tool #118

Workflow file for this run

name: .NET
on:
push:
branches:
- main
- next
- beta
- dev
- "*.x"
pull_request:
branches:
- main
- next
- beta
- dev
- "*.x"
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
global-json-file: global.json
- name: Restore tools
run: dotnet tool restore
- name: Restore dependencies
run: dotnet restore --locked-mode
- name: Build
run: dotnet build --no-restore
sbom:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: anchore/sbom-action@v0
with:
path: ./src/