Skip to content

Bump System.Text.Json from 9.0.0 to 9.0.1 #92

Bump System.Text.Json from 9.0.0 to 9.0.1

Bump System.Text.Json from 9.0.0 to 9.0.1 #92

Workflow file for this run

name: InferSharp Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run InferSharp
uses: microsoft/infersharpaction@v1.5
- name: Upload SARIF results
if: success() && steps.infersharp.outputs.sarif-report
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.infersharp.outputs.sarif-report }}
continue-on-error: true