Make WordPress Core

Changeset 61209


Ignore:
Timestamp:
11/11/2025 11:28:13 AM (2 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions.

This updates the following third-party GitHub Actions:

  • actions/github-script from 7.0.1 to 8.0.0.
  • actions/checkout from 4.2.2 to 5.0.0.
  • actions/setup-node from 4.3.0 to 6.0.0.
  • actions/upload-artifact from 4.6.2 to 5.0.0.
  • actions/cache from 4.2.4 to 4.3.0.
  • actions/download-artifact from 5.0.0 to 6.0.0.
  • shivammathur/setup-php from 2.35.3 to 2.35.5.
  • codecov/codecov-action from 5.4.3 to 5.5.1.

See #63170.

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

Legend:

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

    r61082 r61209  
    100100    steps:
    101101      - name: Dispatch workflow run
    102         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     102        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    103103        with:
    104104          retries: 2
  • trunk/.github/workflows/commit-built-file-changes.yml

    r61050 r61209  
    4444    steps:
    4545      - name: Download artifact
    46         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     46        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    4747        with:
    4848          script: |
  • trunk/.github/workflows/end-to-end-tests.yml

    r61082 r61209  
    104104    steps:
    105105      - name: Dispatch workflow run
    106         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     106        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    107107        with:
    108108          retries: 2
  • trunk/.github/workflows/failed-workflow.yml

    r59720 r61209  
    3131    steps:
    3232      - name: Rerun a workflow
    33         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     33        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    3434        with:
    3535          retries: 15
  • trunk/.github/workflows/install-testing.yml

    r60692 r61209  
    119119    steps:
    120120      - name: Set up PHP ${{ matrix.php }}
    121         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     121        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    122122        with:
    123123          php-version: '${{ matrix.php }}'
     
    172172    steps:
    173173      - name: Dispatch workflow run
    174         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     174        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    175175        with:
    176176          retries: 2
  • trunk/.github/workflows/javascript-tests.yml

    r61082 r61209  
    9393    steps:
    9494      - name: Dispatch workflow run
    95         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     95        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    9696        with:
    9797          retries: 2
  • trunk/.github/workflows/local-docker-environment.yml

    r61082 r61209  
    156156    steps:
    157157      - name: Dispatch workflow run
    158         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     158        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    159159        with:
    160160          retries: 2
  • trunk/.github/workflows/performance.yml

    r61082 r61209  
    7070
    7171      - name: Set subjects
    72         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     72        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    7373        id: set-subjects
    7474        with:
     
    167167    steps:
    168168      - name: Dispatch workflow run
    169         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     169        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    170170        with:
    171171          retries: 2
  • trunk/.github/workflows/php-compatibility.yml

    r61082 r61209  
    8484    steps:
    8585      - name: Dispatch workflow run
    86         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     86        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    8787        with:
    8888          retries: 2
  • trunk/.github/workflows/phpunit-tests.yml

    r61132 r61209  
    602602    steps:
    603603      - name: Dispatch workflow run
    604         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     604        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    605605        with:
    606606          retries: 2
  • trunk/.github/workflows/props-bot.yml

    r59720 r61209  
    7777
    7878      - name: Remove the props-bot label
    79         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     79        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    8080        if: ${{ github.event.action == 'labeled' && 'props-bot' == github.event.label.name }}
    8181        with:
  • trunk/.github/workflows/pull-request-comments.yml

    r61135 r61209  
    9191    steps:
    9292      - name: Download artifact
    93         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     93        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    9494        with:
    9595          script: |
     
    125125
    126126      - name: Leave a comment about testing with Playground
    127         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     127        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    128128        with:
    129129          script: |
     
    192192    steps:
    193193      - name: Check for Trac ticket and manage comment
    194         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     194        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    195195        with:
    196196          script: |
  • trunk/.github/workflows/reusable-build-package.yml

    r60692 r61209  
    3636
    3737      - name: Set up Node.js
    38         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     38        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    3939        with:
    4040          node-version-file: '.nvmrc'
     
    5454
    5555      - name: Upload ZIP as a GitHub Actions artifact
    56         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     56        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    5757        with:
    5858          name: wordpress-develop
  • trunk/.github/workflows/reusable-check-built-files.yml

    r60692 r61209  
    4343
    4444      - name: Set up Node.js
    45         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     45        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    4646        with:
    4747          node-version-file: '.nvmrc'
     
    104104      # Uploads the diff file as an artifact.
    105105      - name: Upload diff file as artifact
    106         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     106        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    107107        if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
    108108        with:
  • trunk/.github/workflows/reusable-cleanup-pull-requests.yml

    r61101 r61209  
    4747        id: linked-prs
    4848        if: ${{ steps.trac-tickets.outputs.fixed_list != '' && steps.git-svn-id.outputs.svn_revision_number != '' }}
    49         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     49        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    5050        with:
    5151          script: |
     
    9191      - name: Comment and close pull requests
    9292        if: ${{ steps.trac-tickets.outputs.fixed_list != '' && steps.git-svn-id.outputs.svn_revision_number != '' }}
    93         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     93        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    9494        with:
    9595          script: |
  • trunk/.github/workflows/reusable-coding-standards-javascript.yml

    r60692 r61209  
    4141
    4242      - name: Set up Node.js
    43         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     43        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    4444        with:
    4545          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-coding-standards-php.yml

    r60692 r61209  
    5353
    5454      - name: Set up PHP
    55         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     55        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    5656        with:
    5757          php-version: ${{ inputs.php-version }}
     
    6666
    6767      - name: Cache PHPCS scan cache
    68         uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
     68        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
    6969        with:
    7070          path: |
  • trunk/.github/workflows/reusable-end-to-end-tests.yml

    r60735 r61209  
    7777
    7878      - name: Checkout repository
    79         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     79        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    8080        with:
    8181          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    8383
    8484      - name: Set up Node.js
    85         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     85        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    8686        with:
    8787          node-version-file: '.nvmrc'
     
    146146
    147147      - name: Archive debug artifacts (screenshots, HTML snapshots)
    148         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     148        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    149149        if: always()
    150150        with:
  • trunk/.github/workflows/reusable-javascript-tests.yml

    r60692 r61209  
    4242
    4343      - name: Set up Node.js
    44         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     44        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    4545        with:
    4646          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-performance-report-v2.yml

    r60692 r61209  
    6363
    6464      - name: Set up Node.js
    65         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     65        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    6666        with:
    6767          node-version-file: '.nvmrc'
     
    6969
    7070      - name: Download artifacts
    71         uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
     71        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
    7272        with:
    7373          pattern: performance-${{ inputs.multisite && 'multisite' || 'single' }}-${{ inputs.memcached && 'memcached' || 'default' }}-*
     
    8787        # Only needed when publishing results.
    8888        if: ${{ inputs.publish }}
    89         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     89        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    9090        id: base-sha
    9191        with:
  • trunk/.github/workflows/reusable-performance-test-v2.yml

    r60735 r61209  
    116116
    117117      - name: Checkout repository
    118         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     118        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    119119        with:
    120120          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    123123
    124124      - name: Set up Node.js
    125         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     125        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    126126        with:
    127127          node-version-file: '.nvmrc'
     
    150150      - name: Download previous build artifact (target branch or previous commit)
    151151        if: ${{ inputs.subject == 'before' }}
    152         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     152        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    153153        id: get-previous-build
    154154        with:
     
    259259
    260260      - name: Archive artifacts
    261         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     261        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    262262        if: always()
    263263        with:
  • trunk/.github/workflows/reusable-performance.yml

    r60692 r61209  
    140140
    141141      - name: Set up Node.js
    142         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     142        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    143143        with:
    144144          node-version-file: '.nvmrc'
     
    233233
    234234      - name: Download previous build artifact (target branch or previous commit)
    235         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     235        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    236236        id: get-previous-build
    237237        with:
     
    313313
    314314      - name: Archive artifacts
    315         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     315        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    316316        if: always()
    317317        with:
     
    330330        # Only needed when publishing results.
    331331        if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' && ! inputs.memcached && ! inputs.multisite }}
    332         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     332        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    333333        id: base-sha
    334334        with:
  • trunk/.github/workflows/reusable-php-compatibility.yml

    r60692 r61209  
    4747
    4848      - name: Set up PHP
    49         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     49        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    5050        with:
    5151          php-version: ${{ inputs.php-version }}
     
    6464
    6565      - name: Cache PHP compatibility scan cache
    66         uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
     66        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
    6767        with:
    6868          path: .cache/phpcompat.json
  • trunk/.github/workflows/reusable-phpunit-tests-v1.yml

    r60801 r61209  
    104104
    105105      - name: Set up Node.js
    106         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     106        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    107107        with:
    108108          node-version-file: '.nvmrc'
     
    122122      - name: Cache Composer dependencies
    123123        if: ${{ env.COMPOSER_INSTALL == true }}
    124         uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
     124        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
    125125        env:
    126126          cache-name: cache-composer-dependencies
  • trunk/.github/workflows/reusable-phpunit-tests-v2.yml

    r60801 r61209  
    106106
    107107      - name: Install Node.js
    108         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     108        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    109109        with:
    110110          node-version-file: '.nvmrc'
     
    119119
    120120      - name: Cache Composer dependencies
    121         uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
     121        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
    122122        env:
    123123          cache-name: cache-composer-dependencies
  • trunk/.github/workflows/reusable-phpunit-tests-v3.yml

    r60774 r61209  
    132132
    133133      - name: Checkout repository
    134         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     134        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    135135        with:
    136136          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    138138
    139139      - name: Set up Node.js
    140         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     140        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    141141        with:
    142142          node-version-file: '.nvmrc'
     
    151151      ##
    152152      - name: Set up PHP
    153         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     153        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    154154        with:
    155155          php-version: '${{ inputs.php }}'
     
    235235      - name: Upload test coverage report to Codecov
    236236        if: ${{ inputs.coverage-report }}
    237         uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
     237        uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
    238238        with:
    239239          token: ${{ secrets.CODECOV_TOKEN }}
     
    244244      - name: Upload HTML coverage report as artifact
    245245        if: ${{ inputs.coverage-report }}
    246         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     246        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    247247        with:
    248248          name: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}
  • trunk/.github/workflows/reusable-test-core-build-process.yml

    r60765 r61209  
    9191
    9292      - name: Set up Node.js
    93         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     93        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    9494        with:
    9595          node-version-file: '.nvmrc'
     
    133133
    134134      - name: Upload ZIP as a GitHub Actions artifact
    135         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     135        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    136136        if: ${{ inputs.save-build || inputs.prepare-playground }}
    137137        with:
     
    151151      # leave a comment detailing how to test the PR within WordPress Playground.
    152152      - name: Upload PR number as artifact
    153         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     153        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    154154        if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
    155155        with:
  • trunk/.github/workflows/reusable-test-gutenberg-build-process.yml

    r60985 r61209  
    6464
    6565      - name: Set up Node.js
    66         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     66        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    6767        with:
    6868          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-test-local-docker-environment-v1.yml

    r61081 r61209  
    8787
    8888      - name: Checkout repository
    89         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     89        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    9090        with:
    9191          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    9393
    9494      - name: Set up Node.js
    95         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     95        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    9696        with:
    9797          node-version-file: '.nvmrc'
     
    106106      ##
    107107      - name: Set up PHP
    108         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     108        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    109109        with:
    110110          php-version: '${{ inputs.php }}'
  • trunk/.github/workflows/reusable-upgrade-testing.yml

    r61081 r61209  
    8181    steps:
    8282      - name: Set up PHP ${{ inputs.php }}
    83         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     83        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    8484        with:
    8585          php-version: '${{ inputs.php }}'
     
    117117      - name: Download build artifact for the current branch
    118118        if: ${{ inputs.new-version == 'develop' }}
    119         uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
     119        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
    120120        with:
    121121          name: wordpress-develop
  • trunk/.github/workflows/slack-notifications.yml

    r60692 r61209  
    6161      - name: Determine the status of the previous attempt
    6262        id: previous-attempt-result
    63         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     63        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    6464        with:
    6565          retries: 2
     
    131131      - name: Get the commit message
    132132        id: current-commit-message
    133         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     133        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    134134        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    135135        with:
  • trunk/.github/workflows/test-and-zip-default-themes.yml

    r61050 r61209  
    145145
    146146      - name: Set up Node.js
    147         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     147        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    148148        with:
    149149          node-version-file: '.nvmrc'
     
    177177      # Uploads the diff file as an artifact.
    178178      - name: Upload diff file as artifact
    179         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     179        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    180180        if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
    181181        with:
     
    230230      - name: Set up Node.js for themes needing minification
    231231        if: matrix.theme == 'twentytwentytwo' || matrix.theme == 'twentytwentyfive'
    232         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     232        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    233233        with:
    234234          node-version-file: '.nvmrc'
     
    247247
    248248      - name: Upload theme ZIP as an artifact
    249         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     249        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    250250        with:
    251251          name: ${{ matrix.theme }}
     
    290290    steps:
    291291      - name: Dispatch workflow run
    292         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     292        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    293293        with:
    294294          retries: 2
  • trunk/.github/workflows/test-build-processes.yml

    r61050 r61209  
    174174    steps:
    175175      - name: Dispatch workflow run
    176         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     176        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    177177        with:
    178178          retries: 2
  • trunk/.github/workflows/test-coverage.yml

    r59720 r61209  
    100100    steps:
    101101      - name: Dispatch workflow run
    102         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     102        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    103103        with:
    104104          retries: 2
  • trunk/.github/workflows/test-old-branches.yml

    r60341 r61209  
    124124    steps:
    125125      - name: Dispatch workflow run
    126         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     126        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    127127        if: ${{ github.event_name == 'push' || ( github.event_name == 'workflow_dispatch' && matrix.branch == inputs.strategy || inputs.strategy == 'all' ) || github.event.schedule == '0 0 15 * *' || matrix.branch == env.CURRENTLY_SUPPORTED_BRANCH }}
    128128        with:
  • trunk/.github/workflows/upgrade-develop-testing.yml

    r61050 r61209  
    153153    steps:
    154154      - name: Dispatch workflow run
    155         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     155        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    156156        with:
    157157          retries: 2
  • trunk/.github/workflows/upgrade-testing.yml

    r60952 r61209  
    260260    steps:
    261261      - name: Dispatch workflow run
    262         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     262        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    263263        with:
    264264          retries: 2
  • trunk/.github/workflows/workflow-lint.yml

    r61050 r61209  
    7474    steps:
    7575      - name: Dispatch workflow run
    76         uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
     76        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
    7777        with:
    7878          retries: 2
Note: See TracChangeset for help on using the changeset viewer.