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

upgrade to PHP 8.3 #441

Merged
merged 1 commit into from
Dec 4, 2024
Merged

upgrade to PHP 8.3 #441

merged 1 commit into from
Dec 4, 2024

Conversation

mimmi20
Copy link
Owner

@mimmi20 mimmi20 commented Dec 4, 2024

No description provided.

@mimmi20 mimmi20 added dependencies Pull requests that update a dependency file maintenance Maintenance bc break BC Break labels Dec 4, 2024
@mimmi20 mimmi20 self-assigned this Dec 4, 2024
Copy link
Contributor

github-actions bot commented Dec 4, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

composer.json

PackageVersionLicenseIssue Type
php~> 8.3.0 || ~> 8.4.0 || ~> 8.5.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/mimmi20/ci/.github/workflows/analytics.yml 8.3 UnknownUnknown
actions/mimmi20/ci/.github/workflows/install.yml 8.3 UnknownUnknown
actions/mimmi20/ci/.github/workflows/test.yml 8.3 UnknownUnknown
actions/mimmi20/ci/.github/workflows/validate.yml 8.3 UnknownUnknown
composer/laminas/laminas-http >= 2.21.0, < 3.0.0 UnknownUnknown
composer/mimmi20/coding-standard >= 6.0.0, < 7.0.0 UnknownUnknown
composer/php ~> 8.3.0 || ~> 8.4.0 || ~> 8.5.0 🟢 5.4
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
Code-Review⚠️ 1Found 3/30 approved changesets -- score normalized to 1
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 9detected GitHub workflow tokens with excessive permissions
Branch-Protection🟢 3branch protection is not maximal on development and all release branches
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts🟢 8binaries present in source code
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
composer/phpunit/phpunit >= 11.4.4, < 12.0.0 🟢 5.2
Details
CheckScoreReason
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Code-Review⚠️ 0Found 1/30 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1030 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Vulnerabilities🟢 100 existing vulnerabilities detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
composer/symfony/process >= 7.2.0, < 8.0.0 🟢 5.2
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
Dangerous-Workflow⚠️ -1no workflows found
SAST⚠️ 0no SAST tool detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Pinned-Dependencies⚠️ -1no dependencies found
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy🟢 10security policy file detected

Scanned Files

  • .github/workflows/continuous-integration.yml
  • composer.json

Copy link

codeclimate bot commented Dec 4, 2024

Code Climate has analyzed commit 10986d2 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.

@mimmi20 mimmi20 merged commit 07efe05 into master Dec 4, 2024
83 checks passed
@mimmi20 mimmi20 deleted the updates branch December 4, 2024 15:18
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c494d80) to head (10986d2).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #441   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        31        31           
===========================================
  Files              4         4           
  Lines             86        86           
===========================================
  Hits              86        86           
Flag Coverage Δ
php-8.1 ?
php-8.3 100.00% <100.00%> (?)
phpunit 100.00% <100.00%> (ø)
ubuntu-24.04 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/Module.php 100.00% <100.00%> (ø)
src/Router/HostName.php 100.00% <100.00%> (ø)
src/Router/HostNameFactory.php 100.00% <100.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bc break BC Break dependencies Pull requests that update a dependency file maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant