Skip to content

Bump xunit.runner.visualstudio from 2.4.3 to 2.5.3 #245

Bump xunit.runner.visualstudio from 2.4.3 to 2.5.3

Bump xunit.runner.visualstudio from 2.4.3 to 2.5.3 #245

name: "C# security scanning"
on:
push:
branches:
- main
paths-ignore:
- .github/workflows/build.yml
- .github/workflows/skipped-build.yml
- '.vscode/**'
- 'deploy/**'
- 'docs/**'
- build.ps1
- build.sh
- CONTRIBUTING.md
- LICENSE
- README.md
schedule:
- cron: '25 17 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
name: Install .NET Core 3.1
with:
dotnet-version: '3.1.x'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2