Skip to content

JAVA-3033 - Consider handling IOException in a manner consistent with other exceptions in CloudConfigFactory.fetchProxyMetadata() #25

JAVA-3033 - Consider handling IOException in a manner consistent with other exceptions in CloudConfigFactory.fetchProxyMetadata()

JAVA-3033 - Consider handling IOException in a manner consistent with other exceptions in CloudConfigFactory.fetchProxyMetadata() #25

Workflow file for this run

name: 🗑️ Snyk PR cleanup - merged/closed
on:
pull_request:
types:
- closed
branches:
- 4.x
workflow_dispatch:
jobs:
snyk_project_cleanup_when_pr_closed:
uses: datastax/shared-github-actions/.github/workflows/snyk-pr-cleanup.yml@main
secrets:
snyk_token: ${{ secrets.SNYK_TOKEN }}
snyk_org_id: ${{ secrets.SNYK_ORG_ID }}