Skip to content

fix:agent clients lack timeout and retry logic hang indefinitely when server is unresponsive #4

fix:agent clients lack timeout and retry logic hang indefinitely when server is unresponsive

fix:agent clients lack timeout and retry logic hang indefinitely when server is unresponsive #4

Workflow file for this run

name: "Dependency Review"
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v6.0.2
- name: "Dependency Review"
uses: actions/dependency-review-action@v4.9.0
with:
fail-on-severity: "high"
deny-licenses: AGPL-3.0, AGPL-1.0, CPOL-1.02, GPL-2.0, GPL-3.0, SimPL-2.0
comment-summary-in-pr: on-failure