Skip to content

Bump MediatR from 12.0.1 to 14.1.0 #17

Bump MediatR from 12.0.1 to 14.1.0

Bump MediatR from 12.0.1 to 14.1.0 #17

Workflow file for this run

name: "CodeQL Scan"
on:
push:
branches:
- main
- 'releases/*'
pull_request:
branches:
- main
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- 'csharp'
- actions
- javascript-typescript
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet build ./eShopOnWeb.sln --configuration Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3