Skip to content

Bump actions/setup-dotnet from 4.0.1 to 4.1.0 #162

Bump actions/setup-dotnet from 4.0.1 to 4.1.0

Bump actions/setup-dotnet from 4.0.1 to 4.1.0 #162

Workflow file for this run

name: infer-sharp
on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
jobs:
infer-sharp:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
dotnet-version: '8.0.401'
- uses: actions/[email protected]
- run: dotnet build
- run: ls -al
- run: pwd
- uses: microsoft/[email protected]
with:
binary-path: './MinVer'
- run: cat infer-out/report.txt
- uses: actions/[email protected]
with:
name: InferSharp reports
path: infer-out/report.*
- uses: github/codeql-action/[email protected]
with:
sarif_file: infer-out/report.sarif