act
act copied to clipboard
feat: offline mode for new action cache
Currently --action-offline-mode is ignored with new-action-cache
- Try fetch update of the action, otherwise use cached version
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ EDITORCONFIG | editorconfig-checker | 2 | 0 | 0.01s | |
| ✅ REPOSITORY | gitleaks | yes | no | 2.4s | |
| ✅ REPOSITORY | git_diff | yes | no | 0.16s | |
| ✅ REPOSITORY | grype | yes | no | 7.29s | |
| ✅ REPOSITORY | secretlint | yes | no | 1.02s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | 0.62s | |
| ✅ REPOSITORY | trufflehog | yes | no | 6.31s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
Codecov Report
Attention: 33 lines in your changes are missing coverage. Please review.
Comparison is base (
5a80a04) 61.56% compared to head (018a132) 61.61%. Report is 13 commits behind head on master.
| Files | Patch % | Lines |
|---|---|---|
| pkg/runner/action_cache_offline_mode.go | 0.00% | 22 Missing :warning: |
| pkg/container/docker_socket.go | 85.52% | 9 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #2173 +/- ##
==========================================
+ Coverage 61.56% 61.61% +0.05%
==========================================
Files 53 55 +2
Lines 9002 9100 +98
==========================================
+ Hits 5542 5607 +65
- Misses 3020 3051 +31
- Partials 440 442 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ChristopherHX this pull request has failed checks ðŸ›
@ChristopherHX this pull request has failed checks ðŸ›
After fixing codecov yesterday, is the diff coverage 0% and reqires new tests. Put this on my backlog.