Skip to content

refactor - changed script shell from bash to sh and improved logic #5

refactor - changed script shell from bash to sh and improved logic

refactor - changed script shell from bash to sh and improved logic #5

Workflow file for this run

name: InferSharp
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
infer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Infer#
uses: microsoft/[email protected]
id: runinfersharp
- name: Upload SARIF output to GitHub Security Center
uses: github/codeql-action/upload-sarif@v2
if: success() && hashFiles('infer-out/report.sarif') != ''
with:
sarif_file: infer-out/report.sarif
continue-on-error: true