Skip to content

[Snyk] Security upgrade mermaid from 9.1.7 to 11.4.1 #16

[Snyk] Security upgrade mermaid from 9.1.7 to 11.4.1

[Snyk] Security upgrade mermaid from 9.1.7 to 11.4.1 #16

Workflow file for this run

name: PR Opened
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
on:
pull_request_target:
types: [opened, reopened]
jobs:
compile:
name: Assign PCX
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/assign-pr
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}