Skip to content

Bump MX.GeoLocation.Api.Client.V1 from 1.1.20250822.1 to 1.1.20260108.1 #8

Bump MX.GeoLocation.Api.Client.V1 from 1.1.20250822.1 to 1.1.20260108.1

Bump MX.GeoLocation.Api.Client.V1 from 1.1.20250822.1 to 1.1.20260108.1 #8

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 }}