Skip to content
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

fix: rootless permission bits (new actions cache) #2242

Merged
merged 3 commits into from Mar 8, 2024

Conversation

ChristopherHX
Copy link
Contributor

My typo caused strange behavior, if you are not root

Fixes #2183

@ChristopherHX ChristopherHX requested a review from a team as a code owner March 7, 2024 12:43
Copy link
Contributor

github-actions bot commented Mar 7, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 2 0 0.01s
✅ REPOSITORY gitleaks yes no 2.3s
✅ REPOSITORY git_diff yes no 0.17s
✅ REPOSITORY grype yes no 7.33s
✅ REPOSITORY secretlint yes no 1.13s
✅ REPOSITORY trivy-sbom yes no 0.62s
✅ REPOSITORY trufflehog yes no 7.33s

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

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.20%. Comparing base (5a80a04) to head (26494a3).
Report is 24 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2242      +/-   ##
==========================================
+ Coverage   61.56%   62.20%   +0.64%     
==========================================
  Files          53       56       +3     
  Lines        9002     9139     +137     
==========================================
+ Hits         5542     5685     +143     
+ Misses       3020     3006      -14     
- Partials      440      448       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

mergify bot commented Mar 7, 2024

@ChristopherHX this pull request has failed checks 🛠

@mergify mergify bot added the needs-work Extra attention is needed label Mar 7, 2024
@pull-request-size pull-request-size bot added size/M and removed size/XS labels Mar 7, 2024
Copy link
Contributor

mergify bot commented Mar 7, 2024

@ChristopherHX this pull request has failed checks 🛠

@mergify mergify bot removed the needs-work Extra attention is needed label Mar 7, 2024
@mergify mergify bot merged commit 119ceb8 into master Mar 8, 2024
10 checks passed
@mergify mergify bot deleted the fix-rootless-permission-bits-new-cache branch March 8, 2024 01:25
jmikedupont2 pushed a commit to meta-introspector/act that referenced this pull request Mar 10, 2024
* fix: rootless permission bits (new actions cache)

* add test

* fix lint / more tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new-action-cache: rootless containers cannot read actions due to access level
2 participants