TPT-3501: update existing tests to validate python sdk support nodebalancer lke cluster and type fields #1000
Workflow file for this run
This file contains hidden or 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: | |
| branches: [ "dev", "main", "proj/*" ] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| dependency-review: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 'Checkout repository' | |
| uses: actions/checkout@v6 | |
| - name: 'Dependency Review' | |
| uses: actions/dependency-review-action@v5 | |
| with: | |
| comment-summary-in-pr: on-failure |