dd-trace-php
dd-trace-php copied to clipboard
Bump the gh-actions-packages group across 1 directory with 4 updates
Bumps the gh-actions-packages group with 4 updates in the / directory: actions/setup-dotnet, actions/cache, shivammathur/setup-php and peter-evans/create-pull-request.
Updates actions/setup-dotnet from 4.3.0 to 4.3.1
Release notes
Sourced from actions/setup-dotnet's releases.
v4.3.1
What's Changed
v4- Removeazureedge.netfallback logic and update install scripts by@zaataylorin actions/setup-dotnet#572 As outlined in Critical .NET Install Links Are Changing, remove the storage account fallback logic added for v4 in actions/setup-dotnet#566 and update the install scripts accordingly. Related issue: dotnet/install-scripts#559- upgrade
@actions/cacheto 4.0.2 by@HarithaVattikutiin actions/setup-dotnet#615Full Changelog: https://github.com/actions/setup-dotnet/compare/v4...v4.3.1
Commits
67a3573cache upgrade from 4.0.0 to 4.0.2 (#615)83c0c1av4- Removeazureedge.netfallback logic and update install scripts (#572)- See full diff in compare view
Updates actions/cache from 4.2.0 to 4.2.3
Release notes
Sourced from actions/cache's releases.
v4.2.3
What's Changed
- Update to use
@actions/cache4.0.3 package & prepare for new release by@salmanmkcin actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)New Contributors
@salmanmkcmade their first contribution in actions/cache#1577Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3
v4.2.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- Bump
@actions/cacheto v4.0.2 by@robherleyin actions/cache#1560Full Changelog: https://github.com/actions/cache/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by
@janco-absain actions/cache#1526- docs: Make the "always save prime numbers" example more clear by
@Tobbein actions/cache#1525- Update force deletion docs due a recent deprecation by
@sebbalexin actions/cache#1500- Bump
@actions/cacheto v4.0.1 by@robherleyin actions/cache#1554New Contributors
@janco-absamade their first contribution in actions/cache#1526@Tobbemade their first contribution in actions/cache#1525@sebbalexmade their first contribution in actions/cache#1500Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1
Changelog
Sourced from actions/cache's changelog.
Releases
4.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-missnot working.4.0.1
- Updated
isGhescheck
... (truncated)
Commits
5a3ec84Merge pull request #1577 from salmanmkc/salmanmkc/4-test7de2102Update releases.md76d40ddUpdate to use the latest version of the cache package to obfuscate the SAS76dd5ebupdate cache with main8c80c27new package45cfd0eupdatesedd449bupdated cache with latest changes0576707latest test before pr3105dc9update9450d42mask- Additional commits viewable in compare view
Updates shivammathur/setup-php from 2.32.0 to 2.33.0
Release notes
Sourced from shivammathur/setup-php's releases.
2.33.0
Changelog
- Added support for Arm Ubuntu runners
ubuntu-24.04-armandubuntu-22.04-arm. (#848)jobs: run: runs-on: ubuntu-24.04-arm # or ubuntu-22.04-arm steps: - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4'
Dropped support for Ubuntu 20.04 (
ubuntu-20.04) for both GitHub hosted and self-hosted runners. Please migrate your workflows toubuntu-22.04orubuntu-24.04. (#939) Ref: https://github.com/shivammathur/setup-php#github-hosted-runnersImproved support for installing PHPUnit around new releases. Now setup-php will fallback to the previous release till new release is available on the phpunit.de website after it is tagged. (#913, #938)
- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' tools: phpunit
Switched to using https://ppa.launchpadcontent.net for launchpad PPAs instead of http://ppa.launchpad.net. (#927, #928)
Added a fallback to calling launchpad's API for getting PPA signatures to reduce reported failures on self-hosted runners. (#935)
Added support for specifying tools' directory using
TOOLS_DIRenv. (#937)- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' env: TOOLS_DIR: '/tmp/tools'
Fixed cache support for
openswoole. (#917, shivammathur/cache-extensions#47)Fixed the version of
composer-normalizein the logs. (#899)- name: Setup PHP </tr></table>
... (truncated)
Commits
cf4cadeDrop support for ubuntu-20.04 [skip ci]316da6eFix phalcon and zephir_parser support on Windows34061faFix relay support on macOSb7bd9e4Bump version to 2.33.078e1c95feat: set this via an environment variable instead310e481feat: allow tools path directory to be set42a9487Fix pdo_ocif5d98d1Improve support for phalcon5 and zephir_parser1a94db5Update dependencies1489f57Merge pull request #928 from jg-development/main- Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 7.0.6 to 7.0.8
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.8
What's Changed
- build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by
@dependabotin peter-evans/create-pull-request#3751- build(deps-dev): bump eslint-import-resolver-typescript from 3.8.1 to 3.8.3 by
@dependabotin peter-evans/create-pull-request#3752- build(deps): bump
@octokit/plugin-paginate-restfrom 11.4.2 to 11.4.3 by@dependabotin peter-evans/create-pull-request#3753- build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by
@dependabotin peter-evans/create-pull-request#3754- fix: suppress output for some git operations by
@peter-evansin peter-evans/create-pull-request#3776Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.7...v7.0.8
Create Pull Request v7.0.7
⚙️ Fixes an issue with commit signing where modifications to the same file in multiple commits squash into the first commit.
What's Changed
- build(deps): bump
@octokit/corefrom 6.1.2 to 6.1.3 by@dependabotin peter-evans/create-pull-request#3593- build(deps-dev): bump
@types/nodefrom 18.19.68 to 18.19.70 by@dependabotin peter-evans/create-pull-request#3594- Update distribution by
@actions-botin peter-evans/create-pull-request#3603- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by
@dependabotin peter-evans/create-pull-request#3610- build(deps): bump octokit dependencies by
@peter-evansin peter-evans/create-pull-request#3618- docs: add workflow tip for showing message via workflow command by
@ybiquitousin peter-evans/create-pull-request#3626- build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by
@dependabotin peter-evans/create-pull-request#3628- build(deps): bump node-fetch-native from 1.6.4 to 1.6.6 by
@dependabotin peter-evans/create-pull-request#3627- build(deps-dev): bump undici from 6.21.0 to 6.21.1 by
@dependabotin peter-evans/create-pull-request#3630- build(deps-dev): bump
@types/nodefrom 18.19.70 to 18.19.71 by@dependabotin peter-evans/create-pull-request#3629- Update distribution by
@actions-botin peter-evans/create-pull-request#3647- build(deps-dev): bump
@types/nodefrom 18.19.71 to 18.19.74 by@dependabotin peter-evans/create-pull-request#3657- build(deps-dev): bump
@types/nodefrom 18.19.74 to 18.19.75 by@dependabotin peter-evans/create-pull-request#3663- build(deps): bump
@octokit/plugin-rest-endpoint-methodsfrom 13.3.0 to 13.3.1 by@dependabotin peter-evans/create-pull-request#3670- build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by
@dependabotin peter-evans/create-pull-request#3671- Update distribution by
@actions-botin peter-evans/create-pull-request#3680- build(deps): bump
@octokit/request-errorfrom 6.1.6 to 6.1.7 by@dependabotin peter-evans/create-pull-request#3685- build(deps): bump
@octokit/plugin-paginate-restfrom 11.4.0 to 11.4.1 by@dependabotin peter-evans/create-pull-request#3688- build(deps): bump
@octokit/endpointfrom 10.1.2 to 10.1.3 by@dependabotin peter-evans/create-pull-request#3700- Update distribution by
@actions-botin peter-evans/create-pull-request#3691- build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by
@dependabotin peter-evans/create-pull-request#3709- build(deps-dev): bump eslint-import-resolver-typescript from 3.7.0 to 3.8.1 by
@dependabotin peter-evans/create-pull-request#3710- build(deps): bump
@octokit/plugin-paginate-restfrom 11.4.1 to 11.4.2 by@dependabotin peter-evans/create-pull-request#3713- build(deps-dev): bump
@types/nodefrom 18.19.75 to 18.19.76 by@dependabotin peter-evans/create-pull-request#3712- build(deps): bump
@octokit/corefrom 6.1.3 to 6.1.4 by@dependabotin peter-evans/create-pull-request#3711- Update distribution by
@actions-botin peter-evans/create-pull-request#3736- Use showFileAtRefBase64 to read per-commit file contents by
@grahamcin peter-evans/create-pull-request#3744New Contributors
@ybiquitousmade their first contribution in peter-evans/create-pull-request#3626@grahamcmade their first contribution in peter-evans/create-pull-request#3744Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7
Commits
271a8d0fix: suppress output for some git operations (#3776)6f7efd1test: update cpr-example-command13c47c5build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)63e5829build(deps): bump@octokit/plugin-paginate-restfrom 11.4.2 to 11.4.3 (#3753)a92c90fbuild(deps-dev): bump eslint-import-resolver-typescript (#3752)b23b62dbuild(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)dd2324ffix: use showFileAtRefBase64 to read per-commit file contents (#3744)367180cci: remove testv5 cmd25575a1build: update distribution (#3736)a56e7a5build(deps): bump@octokit/corefrom 6.1.3 to 6.1.4 (#3711)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.28%. Comparing base (
51d15a4) to head (5451c7d).
Additional details and impacted files
@@ Coverage Diff @@
## master #3226 +/- ##
=========================================
Coverage 79.28% 79.28%
Complexity 2948 2948
=========================================
Files 118 118
Lines 11633 11633
=========================================
Hits 9223 9223
Misses 2410 2410
| Flag | Coverage Δ | |
|---|---|---|
| tracer-php | 79.28% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 51d15a4...5451c7d. Read the comment docs.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.