Skip to content

[Snyk] Upgrade typescript from 4.7.4 to 4.9.5 #8

[Snyk] Upgrade typescript from 4.7.4 to 4.9.5

[Snyk] Upgrade typescript from 4.7.4 to 4.9.5 #8

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