act icon indicating copy to clipboard operation
act copied to clipboard

feat: offline mode for new action cache

Open ChristopherHX opened this issue 1 year ago • 5 comments

Currently --action-offline-mode is ignored with new-action-cache

  • Try fetch update of the action, otherwise use cached version

ChristopherHX avatar Jan 28 '24 19:01 ChristopherHX

🦙 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

MegaLinter is graciously provided by OX Security

github-actions[bot] avatar Jan 28 '24 19:01 github-actions[bot]

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.

codecov[bot] avatar Jan 28 '24 19:01 codecov[bot]

@ChristopherHX this pull request has failed checks 🛠

mergify[bot] avatar Jan 30 '24 00:01 mergify[bot]

@ChristopherHX this pull request has failed checks 🛠

mergify[bot] avatar Jan 30 '24 09:01 mergify[bot]

After fixing codecov yesterday, is the diff coverage 0% and reqires new tests. Put this on my backlog.

ChristopherHX avatar Jan 30 '24 15:01 ChristopherHX