-
Notifications
You must be signed in to change notification settings - Fork 76
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
ci: Updaiting workflow permissions and adding hardend runner per step-security. #3124
ci: Updaiting workflow permissions and adding hardend runner per step-security. #3124
Conversation
🚨 Memory Leak Detected 🚨A potential memory leak has been detected in the test titled Details📊 Memory Leak Detection Report 📊 GC Type: MarkSweepCompact Heap Statistics (before vs after executing the test):
Heap Space Statistics (before vs after executing the test):
RecommendationsPlease investigate the memory allocations in this test, focusing on objects that are not being properly deallocated. |
@san-est need to fix DCO then you can check in |
…-security. Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev@limechain.tech>
Co-authored-by: Roger Barker <roger.barker@swirldslabs.com> Signed-off-by: Vasil Boyadzhiev <vasil.boiadzhiev@gmail.com> Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev@limechain.tech>
Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev@limechain.tech>
b89ff2d
to
58c9f9e
Compare
Quality Gate passedIssues Measures |
Test Results 20 files ± 0 287 suites +4 35m 8s ⏱️ +33s For more details on these failures, see this check. Results for commit 58c9f9e. ± Comparison against base commit 9afe7c2. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3124 +/- ##
==========================================
+ Coverage 83.19% 83.26% +0.07%
==========================================
Files 63 66 +3
Lines 4242 4254 +12
Branches 830 829 -1
==========================================
+ Hits 3529 3542 +13
- Misses 470 471 +1
+ Partials 243 241 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
**Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
**Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
**Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
**Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
#3186) * ci(bug): Update permissions in JSON rpc relay for GITHUB_TOKEN (#3183) **Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <roger.barker@swirldslabs.com> * chore: divided hbar limtier tests into different batches (#3181) * chore: divided hbar limtier tests into different batches Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: fixed acceptance.yml Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> --------- Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> --------- Signed-off-by: Roger Barker <roger.barker@swirldslabs.com> Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> Co-authored-by: Roger Barker <roger.barker@swirldslabs.com> Co-authored-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Description:
Updating several workflows and their permissions per step-security requirements and adding hardend runner to one of the workflows.
Related issue(s):
Fixes #3121
Notes for reviewer:
Checklist