Skip to content

Bump Swashbuckle.AspNetCore.SwaggerUI from 10.0.0 to 10.0.1 #440

Bump Swashbuckle.AspNetCore.SwaggerUI from 10.0.0 to 10.0.1

Bump Swashbuckle.AspNetCore.SwaggerUI from 10.0.0 to 10.0.1 #440

Workflow file for this run

name: codeql
on:
push:
branches:
- main
paths:
- "**/*.cs"
- "**/*.csproj"
- "**/*.props"
- ".github/workflows/**/*.yml"
pull_request:
branches:
- main
paths:
- "**/*.cs"
- "**/*.csproj"
- "**/*.props"
- ".github/workflows/**/*.yml"
schedule:
- cron: "0 21 * * 0"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["csharp", "actions"]
steps:
- uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
if: matrix.language == 'csharp'
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4