Skip to content

GH4445-4449: Update Verify.XunitV3 to 28.9.0, Microsoft.Extensions.DependencyInjection to 9.0.1, System.Security.Cryptography.Pkcs to 9.0.1, System.Collections.Immutable to 9.0.1, System.Reflection.Metadata to 9.0.1 #1860

GH4445-4449: Update Verify.XunitV3 to 28.9.0, Microsoft.Extensions.DependencyInjection to 9.0.1, System.Security.Cryptography.Pkcs to 9.0.1, System.Collections.Immutable to 9.0.1, System.Reflection.Metadata to 9.0.1

GH4445-4449: Update Verify.XunitV3 to 28.9.0, Microsoft.Extensions.DependencyInjection to 9.0.1, System.Security.Cryptography.Pkcs to 9.0.1, System.Collections.Immutable to 9.0.1, System.Reflection.Metadata to 9.0.1 #1860

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ develop, main]
pull_request:
branches: [ develop ]
schedule:
- cron: '41 21 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- 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