Skip to content

build(deps): bump Microsoft.Extensions.ApiDescription.Client from 8.0.10 to 9.0.0 #274

build(deps): bump Microsoft.Extensions.ApiDescription.Client from 8.0.10 to 9.0.0

build(deps): bump Microsoft.Extensions.ApiDescription.Client from 8.0.10 to 9.0.0 #274

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '36 4 * * 0'
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
- 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
with:
category: "/language:${{matrix.language}}"