-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Upgrade GitHub Actions to latest versions #2985
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
base: staging
Are you sure you want to change the base?
Upgrade GitHub Actions to latest versions #2985
Conversation
|
@salmanmkc is attempting to deploy a commit to the Sim Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryUpdated three GitHub Actions to their latest versions across five workflow files for security patches, bug fixes, and new features.
The changes are minimal version bumps with no configuration changes, maintaining backward compatibility with existing workflow parameters. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub
participant CI as CI Workflow
participant AWS as AWS Configure v5
participant I18N as I18N Workflow
participant PR as Create PR v8
participant SDK as SDK Workflows
participant Release as GH Release v2
Note over GH,Release: Main CI/CD Pipeline
GH->>CI: Push to main/staging
CI->>AWS: Configure AWS credentials
AWS->>CI: Return ECR registry access
CI->>CI: Build and push Docker images
GH->>I18N: Weekly schedule or manual trigger
I18N->>I18N: Run translations
I18N->>PR: Create pull request with changes
PR->>GH: Submit automated translation PR
GH->>SDK: Push to main (SDK changes)
SDK->>SDK: Run tests and build
SDK->>Release: Create GitHub release
Release->>GH: Publish new SDK version
|
Greptile's behavior is changing!From now on, if a review finishes with no comments, we will not post an additional "statistics" comment to confirm that our review found nothing to comment on. However, you can confirm that we reviewed your changes in the status check section. This feature can be toggled off in your Code Review Settings by deselecting "Create a status check for each PR". |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@salmanmkc please rebase now that I've changed the head to staging instead of main |
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
341233a to
849c625
Compare
done |
Summary
Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates.
Changes
aws-actions/configure-aws-credentialsv4v5peter-evans/create-pull-requestv5v8softprops/action-gh-releasev1v2Why upgrade?
Keeping GitHub Actions up to date ensures:
Security Note
Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references.
Testing
These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.