Skip to content

Bump actions/upload-artifact from 4.3.6 to 4.6.0 #209

Bump actions/upload-artifact from 4.3.6 to 4.6.0

Bump actions/upload-artifact from 4.3.6 to 4.6.0 #209

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/setup-dotnet@v4.2.0
with:
dotnet-version: '8.0.401'
- uses: actions/checkout@v4.2.2
- run: dotnet build
- run: ls -al
- run: pwd
- uses: microsoft/infersharpaction@v1.5
with:
binary-path: './MinVer'
- run: cat infer-out/report.txt
- uses: actions/upload-artifact@v4.6.0
with:
name: InferSharp reports
path: infer-out/report.*
- uses: github/codeql-action/upload-sarif@v3.23.0
with:
sarif_file: infer-out/report.sarif