Merge pull request #1085 from adamralph/dependabot/nuget/NuGet.Versio… #268
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '9.0.102' | |
- 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 |