Skip to content

Update dependency Duende.IdentityServer to v6.3.10 [SECURITY] - autoclosed #195

Update dependency Duende.IdentityServer to v6.3.10 [SECURITY] - autoclosed

Update dependency Duende.IdentityServer to v6.3.10 [SECURITY] - autoclosed #195

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
paths-ignore: ["*.md"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4 # Install version declared in global.json
with:
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}
- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
NUGET_API_KEY: ${{ secrets.GSOFT_NUGET_API_KEY }}