-
Notifications
You must be signed in to change notification settings - Fork 2
Edit curl settings #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR unifies curl command settings across GitHub API calls to improve reliability and avoid common network issues. The changes add consistent timeout, retry, and error handling flags to all curl commands that interact with GitHub APIs.
- Adds
--retry 3
and--max-time 30
flags to provide consistent retry behavior and timeout settings - Standardizes curl flags with
-sSfL
for silent operation, fail-fast behavior, and location following - Applies changes across shell scripts and GitHub Action configurations
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
scripts/solc-download.sh | Updates curl commands for Solidity compiler downloads with standardized retry and timeout settings |
scripts/gh-app-integration.sh | Applies unified curl settings to GitHub OIDC token fetching and API verification calls |
action.yml | Updates curl command in GitHub Action workflow with consistent timeout and retry configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Certora Run Started (Fail to Start)
Certora Run Summary
|
Co-authored-by: Copilot <[email protected]>
Certora Run Started (Fail to Start)
Certora Run Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verification Results
- Group ID: 8c1b8c94-099a-4803-8d76-33df49e8e4c6
Job | Result | SANITY_FAILED | VIOLATED | Link |
---|---|---|---|---|
Default.conf | ❌ | 2 | 1 | Link |
Certora Run Started (Fail to Start)
Certora Run Summary
|
🚀 Pull Request Overview
This PR unifies curl settings to avoid common network issues when using GH APIs.
📜 Tests Checklist
Before submitting this PR, ensure that all tests pass and meet the following conditions: