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-test-local-docker-environment-v1.yml

    r62253 r62254  
    106106      ##
    107107      - name: Set up PHP
    108         uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
     108        uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
    109109        with:
    110110          php-version: '${{ inputs.php }}'
     
    114114      # passing a custom cache suffix ensures that the cache is flushed at least once per week.
    115115      - name: Install Composer dependencies
    116         uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
     116        uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
    117117        with:
    118118          custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")
Note: See TracChangeset for help on using the changeset viewer.