Skip to content

Bump Swashbuckle.AspNetCore from 6.8.1 to 6.9.0 (#115) #67

Bump Swashbuckle.AspNetCore from 6.8.1 to 6.9.0 (#115)

Bump Swashbuckle.AspNetCore from 6.8.1 to 6.9.0 (#115) #67

Workflow file for this run

name: deploy
on:
push:
branches:
- master
paths:
- "App/**"
- "Directory.Build.Props"
- "Dockerfile"
- ".github/workflows/deploy.yml"
workflow_dispatch:
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 }}