JAVA-3033 - Consider handling IOException in a manner consistent with other exceptions in CloudConfigFactory.fetchProxyMetadata() #25
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: 🗑️ 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 }} |