Make WordPress Core

Changeset 56388


Ignore:
Timestamp:
08/11/2023 01:03:21 PM (14 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd-party GitHub Actions.

This updates all 3rd-party GitHub Actions to their latest versions.

See #58867.

Location:
trunk/.github/workflows
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r55717 r56388  
    7171    steps:
    7272      - name: Checkout repository
    73         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     73        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    7474
    7575      - name: Set up PHP
     
    146146    steps:
    147147      - name: Checkout repository
    148         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     148        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    149149
    150150      - name: Set up Node.js
     
    204204    steps:
    205205      - name: Dispatch workflow run
    206         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     206        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    207207        with:
    208208          retries: 2
  • trunk/.github/workflows/end-to-end-tests.yml

    r56308 r56388  
    6969
    7070      - name: Checkout repository
    71         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     71        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    7272
    7373      - name: Set up Node.js
     
    144144    steps:
    145145      - name: Dispatch workflow run
    146         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     146        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    147147        with:
    148148          retries: 2
  • trunk/.github/workflows/failed-workflow.yml

    r55715 r56388  
    3131    steps:
    3232      - name: Rerun a workflow
    33         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     33        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    3434        with:
    3535          retries: 2
  • trunk/.github/workflows/javascript-tests.yml

    r55717 r56388  
    6363    steps:
    6464      - name: Checkout repository
    65         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     65        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    6666
    6767      - name: Set up Node.js
     
    120120    steps:
    121121      - name: Dispatch workflow run
    122         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     122        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    123123        with:
    124124          retries: 2
  • trunk/.github/workflows/performance.yml

    r56313 r56388  
    3636  SAVEQUERIES : false
    3737  WP_DEVELOPMENT_MODE: ''
    38  
     38
    3939  # This workflow takes two sets of measurements — one for the current commit,
    4040  # and another against a consistent version that is used as a baseline measurement.
     
    8888
    8989      - name: Checkout repository
    90         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     90        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    9191
    9292      - name: Set up Node.js
     
    169169        # Only needed when publishing results.
    170170        if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
    171         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     171        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    172172        id: base-sha
    173173        with:
     
    180180        # Only needed when publishing results.
    181181        if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
    182         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     182        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    183183        id: commit-timestamp
    184184        with:
     
    234234    steps:
    235235      - name: Dispatch workflow run
    236         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     236        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    237237        with:
    238238          retries: 2
  • trunk/.github/workflows/php-compatibility.yml

    r55717 r56388  
    6666    steps:
    6767      - name: Checkout repository
    68         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     68        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    6969
    7070      - name: Set up PHP
     
    145145    steps:
    146146      - name: Dispatch workflow run
    147         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     147        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    148148        with:
    149149          retries: 2
  • trunk/.github/workflows/phpunit-tests.yml

    r56141 r56388  
    9898
    9999      - name: Checkout repository
    100         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     100        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    101101
    102102      - name: Set up Node.js
     
    185185      - name: Checkout the WordPress Test Reporter
    186186        if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }}
    187         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     187        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    188188        with:
    189189          repository: 'WordPress/phpunit-test-runner'
     
    229229    steps:
    230230      - name: Dispatch workflow run
    231         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     231        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    232232        with:
    233233          retries: 2
  • trunk/.github/workflows/slack-notifications.yml

    r55715 r56388  
    6161      - name: Determine the status of the previous attempt
    6262        id: previous-attempt-result
    63         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     63        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    6464        with:
    6565          retries: 2
     
    126126      - name: Get the commit message
    127127        id: current-commit-message
    128         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     128        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    129129        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    130130        with:
  • trunk/.github/workflows/test-and-zip-default-themes.yml

    r55717 r56388  
    8080    steps:
    8181      - name: Checkout repository
    82         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     82        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    8383        with:
    8484          ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
     
    134134    steps:
    135135      - name: Checkout repository
    136         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     136        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    137137        with:
    138138          ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
     
    179179    steps:
    180180      - name: Dispatch workflow run
    181         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     181        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    182182        with:
    183183          retries: 2
  • trunk/.github/workflows/test-coverage.yml

    r55717 r56388  
    7777
    7878      - name: Checkout repository
    79         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     79        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    8080
    8181      - name: Set up Node.js
     
    206206    steps:
    207207      - name: Dispatch workflow run
    208         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     208        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    209209        with:
    210210          retries: 2
  • trunk/.github/workflows/test-npm.yml

    r55717 r56388  
    6969    steps:
    7070      - name: Checkout repository
    71         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     71        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    7272
    7373      - name: Set up Node.js
     
    135135    steps:
    136136      - name: Checkout repository
    137         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
     137        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
    138138
    139139      - name: Set up Node.js
     
    206206    steps:
    207207      - name: Dispatch workflow run
    208         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     208        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    209209        with:
    210210          retries: 2
  • trunk/.github/workflows/test-old-branches.yml

    r56267 r56388  
    8585    steps:
    8686      - name: Dispatch workflow run
    87         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     87        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    8888        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.3' }}
    8989        with:
Note: See TracChangeset for help on using the changeset viewer.