Make WordPress Core


Ignore:
Timestamp:
03/03/2021 08:29:04 PM (6 years ago)
Author:
desrosj
Message:

Build/Test Tools: Pin SHA versions to the remaining 3rd party actions.

This also adds inline comments to the end of each action installed using a SHA value to make it easier to determine which version of an action is currently being used.

Follow up to [50474,50476].

Props johnbillion.
See #52625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/javascript-tests.yml

    r50479 r50486  
    5353      - name: Cancel previous runs of this workflow (pull requests only)
    5454        if: ${{ github.event_name == 'pull_request' }}
    55         uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d
     55        uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d # v0.8.0
    5656
    5757      - name: Checkout repository
    58         uses: actions/checkout@v2
     58        uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
    5959
    6060      - name: Log debug information
     
    6666
    6767      - name: Install NodeJS
    68         uses: actions/setup-node@v2
     68        uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.5
    6969        with:
    7070          node-version: 14
    7171
    7272      - name: Cache NodeJS modules
    73         uses: actions/cache@v2
     73        uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4
    7474        env:
    7575          cache-name: cache-node-modules
Note: See TracChangeset for help on using the changeset viewer.