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-core-build-process.yml

    r62253 r62254  
    8787      - name: Install Composer dependencies
    8888        if: ${{ inputs.test-certificates }}
    89         uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
     89        uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
    9090        with:
    9191          custom-cache-suffix: ${{ steps.get-date.outputs.date }}
Note: See TracChangeset for help on using the changeset viewer.