Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shivammathur/setup-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.35.2
Choose a base ref
...
head repository: shivammathur/setup-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.35.4
Choose a head ref
  • 13 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    dcec1cf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. Check github-token on enterprise

    On GitHub enterprise we may get a Personal Access token or a default token generated by GitHub that maybe not have the permissions required to access public GitHub, so we check and add it only if it can authenticate with the public GitHub API
    shivammathur committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    89b2566 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. GH Actions: don't run cron jobs on forks

    While workflows are disabled by default in forks, it is quite common for contributors to enable them to verify CI will pass before submitting a pull request.
    
    When enabling workflow runs in forks, it's "all or nothing".
    This means that:
    * All workflows which are only intended to be run on the canonical repo will also be enabled.
        These workflows will also often need access to repo-specific secrets and will typically fail when run from a fork.
    * Workflows which contain cron jobs will also be enabled.
        Depending on the type of account the contributor has, this can burn through their "CI minutes".
    
    This commit is based on a review of workflows containing cron jobs and disables running the jobs when a cron job is triggered in a fork.
    jrfnl committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c9735bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #982 from jrfnl/feature/ghactions-dont-run-cronjob…

    …s-on-forks
    
    GH Actions: don't run cron jobs on forks
    shivammathur authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    0ac4874 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Configuration menu
    Copy the full SHA
    68634e7 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.35.3

    Bump Node.js dependencies
    shivammathur committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    2052987 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Bump actions/download-artifact from 4 to 5

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    259d177 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #986 from shivammathur/dependabot/github_actions/d…

    …evelop/actions/download-artifact-5
    
    Bump actions/download-artifact from 4 to 5
    shivammathur authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    521f2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    629475b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #989 from shivammathur/dependabot/github_actions/d…

    …evelop/actions/checkout-5
    
    Bump actions/checkout from 4 to 5
    shivammathur authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    507ff06 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    ea2f858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a27b0 View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.35.4

    Update Node.js dependencies
    shivammathur committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    ec406be View commit details
    Browse the repository at this point in the history
Loading