Skip to content

Bump Scalar.AspNetCore from 2.13.9 to 2.13.15 (#73) #134

Bump Scalar.AspNetCore from 2.13.9 to 2.13.15 (#73)

Bump Scalar.AspNetCore from 2.13.9 to 2.13.15 (#73) #134

Workflow file for this run

name: CodeQL analysis
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 6 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze C#
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
dotnet-quality: 'preview'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
build-mode: manual
- name: Build
run: dotnet build LANdalf.slnx --configuration Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:csharp"