Bump super-linter/super-linter from 7.3.0 to 8.0.0 #345
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: | |
security-events: write | |
jobs: | |
infer-sharp: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
dotnet-version: '9.0.202' | |
- 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 |