Skip to content

Bump Microsoft.AspNetCore.Identity.UI from 9.0.10 to 9.0.11 #9

Bump Microsoft.AspNetCore.Identity.UI from 9.0.10 to 9.0.11

Bump Microsoft.AspNetCore.Identity.UI from 9.0.10 to 9.0.11 #9

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
actions: read
security-events: write
jobs:
quality:
uses: frasermolyneux/actions/.github/workflows/codequality.yml@main
with:
sonar-project-key: frasermolyneux_xtremeidiots-portal
sonar-organization: frasermolyneux
sonar-host-url: https://sonarcloud.io
build-target: dotnet-web-ci
dotnet-project: XtremeIdiots.Portal.Web
dotnet-version: 9.0.x
src-folder: src
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}