Skip to content

Build(deps): Bump Microsoft.EntityFrameworkCore from 7.0.9 to 7.0.10 #249

Build(deps): Bump Microsoft.EntityFrameworkCore from 7.0.9 to 7.0.10

Build(deps): Bump Microsoft.EntityFrameworkCore from 7.0.9 to 7.0.10 #249

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
strategy:
fail-fast: false
matrix:
language: [ csharp ]
runs-on: ubuntu-22.04
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