Skip to content

test(discover): add unit tests for TableCell and TableHeaderColumn #3861

test(discover): add unit tests for TableCell and TableHeaderColumn

test(discover): add unit tests for TableCell and TableHeaderColumn #3861

# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,
# surfacing known-vulnerable versions of the packages declared or updated in the PR.
# Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable
# packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
name: Dependency Review
on:
pull_request:
branches: ['**']
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Dependency Review
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4
with:
# Use Amazon OSPO default configuration
config-file: amazon-ospo/dependency-review-config/default/dependency-review-config.yml@main