Make WordPress Core


Ignore:
Timestamp:
04/21/2026 05:43:18 PM (5 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Use the exact tag name in version number comments that trail pinned actions.

None of these actions use v-prefixed tag names.

See #64227

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-upgrade-testing.yml

    r62033 r62254  
    7979    steps:
    8080      - name: Set up PHP ${{ inputs.php }}
    81         uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
     81        uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
    8282        with:
    8383          php-version: '${{ inputs.php }}'
Note: See TracChangeset for help on using the changeset viewer.