Make WordPress Core


Ignore:
Timestamp:
03/03/2021 08:29:04 PM (4 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/test-coverage.yml

    r50446 r50486  
    4949
    5050      - name: Checkout repository
    51         uses: actions/checkout@v2
     51        uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
    5252
    5353      - name: Checkout the WordPress Importer plugin
     
    6868
    6969      - name: Install NodeJS
    70         uses: actions/setup-node@v2
     70        uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.5
    7171        with:
    7272          node-version: 14
    7373
    7474      - name: Cache NodeJS modules
    75         uses: actions/cache@v2
     75        uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4
    7676        env:
    7777          cache-name: cache-node-modules
     
    119119
    120120      - name: Upload single site report to Codecov
    121         uses: codecov/codecov-action@v1
     121        uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1
    122122        with:
    123123          file: wp-code-coverage-single-clover-${{ github.sha }}.xml
     
    128128
    129129      - name: Upload multisite report to Codecov
    130         uses: codecov/codecov-action@v1
     130        uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1
    131131        with:
    132132          file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml
Note: See TracChangeset for help on using the changeset viewer.