Skip to content

Bump Microsoft.Identity.Web from 3.0.0 to 3.0.1 in /src/GraphWebhooks #244

Bump Microsoft.Identity.Web from 3.0.0 to 3.0.1 in /src/GraphWebhooks

Bump Microsoft.Identity.Web from 3.0.0 to 3.0.1 in /src/GraphWebhooks #244

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
defaults:
run:
working-directory: src/GraphWebhooks
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x
- name: Install dependencies
run: dotnet restore
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3