-
-
Notifications
You must be signed in to change notification settings - Fork 269
chore(deps): update dependency bartlett/sarif-php-converters to v1.3.1 #5916
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
Conversation
✅
|
618bf7f
to
b5404f6
Compare
@llaville is there something we need to adapt here? |
b5404f6
to
9853af9
Compare
I refreshed the PR as there were multiple failures, related to php and sarif |
@echoix I'll check it later. Actually busy |
9853af9
to
5cb746e
Compare
This PR contains the following updates:
1.2.0
->1.3.1
Release Notes
llaville/sarif-php-converters (bartlett/sarif-php-converters)
v1.3.1
Compare Source
Fixed
Bartlett\Sarif\Converter\AbstractConverter::versionControlDetails
is applied only ifproject_dir
converter option is readable (whatever reason).Full Changelog: 1.3.0...1.3.1
v1.3.0
Compare Source
Added
Bartlett\Sarif\Converter\AbstractConverter::versionControlDetails
in chargeto handle versionControlProvenance property contents
Add new option
--project-dir
inconvert
command of ConsoleTool to identify source code origin (if not the current working directory)Each Converter may now accept a
project_dir
option (default value is.
for current working directory)that should specify a valid GIT folder (local repository) to identify the source code origin to scan.
Internal API
Bartlett\Sarif\Converter\AbstractConverter::originalUriBaseIdentifiers
is now in chargeto handle originalUriBaseIds property contents
Changed
Bartlett\Sarif\Contract\SourceInterface::normalize
signature changed by introducingmixed
type hint (available since PHP 8.0)Full Changelog: 1.2.0...1.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.