Skip to content

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #58

Bump actions/upload-artifact from 4.3.1 to 4.3.2

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #58

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.101'
- 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