Skip to content

chore(deps): bump NUnit.Analyzers from 3.6.1 to 3.7.0 #183

chore(deps): bump NUnit.Analyzers from 3.6.1 to 3.7.0

chore(deps): bump NUnit.Analyzers from 3.6.1 to 3.7.0 #183

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: csharp
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2