ISCT-428: Add support for custom component in the table v1 header tooltip and do required changes for inline input #1910
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependency-Review | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
runs-on: [self-hosted, x64, linux, eks, us, demand, dev] | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v3 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@v2 | |
with: | |
fail-on-severity: high | |
# allow-licenses: MIT |