Skip to content

Bump Swashbuckle.AspNetCore from 7.1.0 to 7.2.0 (#131) #85

Bump Swashbuckle.AspNetCore from 7.1.0 to 7.2.0 (#131)

Bump Swashbuckle.AspNetCore from 7.1.0 to 7.2.0 (#131) #85

Workflow file for this run

name: deploy
on:
push:
branches:
- master
paths:
- "App/**"
- "Directory.Build.props"
- "Dockerfile"
- ".github/workflows/deploy.yml"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
with:
severities: critical
package-types: ""
deploy:
runs-on: ubuntu-latest
needs: scan
steps:
- name: Deploy
run: curl "$DEPLOY_URL"
env:
DEPLOY_URL: ${{ secrets.DEPLOY_URL }}