chore(deps): bump actions/checkout from 4 to 7 - #10
Closed
dependabot[bot] wants to merge 5 commits into
Closed
Conversation
Refresh backend (Composer) and frontend (npm) lockfiles within their existing version constraints to pull in security patches. - laravel/framework 13.6.0 -> 13.21.1 (fixes high-severity advisories) - symfony/* and guzzlehttp/* patched - axios 1.15.2 -> 1.18.1 plus transitive npm fixes composer audit and npm audit now report no known vulnerabilities.
- Add Larastan/PHPStan (level 5) via phpstan.neon and `composer analyse`. - Add explicit pint.json (Laravel preset) plus `composer lint`/`lint:test`. - Enforce Pint style check and PHPStan analysis in the CI pipeline. - Add Dependabot config (Composer, npm, GitHub Actions; weekly). - Add a pull request template and un-ignore both new .github files. - Resolve all PHPStan level 5 findings: guard ReflectionNamedType before getName(), correct model factory return types, and use list<string> for the User $fillable/$hidden annotations.
- Gate admin routes with role_or_permission:superadmin|<permission> so
non-superadmin roles can be granted specific capabilities. Superadmin
behaviour is unchanged (it retains all permissions).
- Adopt route-model binding for user, activity-log, and file routes. The
{file} binding is scoped to the authenticated user, so foreign files
resolve to a 404 (existence is never leaked across accounts).
- Restrict the file manager show endpoint to an explicit safe field
subset (no storage path or owner id in the JSON response).
- Enforce authorization in the settings, notification, and role Form
Requests instead of returning true.
- Add feature tests for the permission gates and the hardened show response.
Update README (Testing & Quality, CI Pipeline) and add a 4.2.0 CHANGELOG entry covering the dependency/security refresh, static analysis, granular permissions, and file manager hardening.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 4 to 7.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)