Make WordPress Core

Changeset 53940


Ignore:
Timestamp:
08/24/2022 04:30:31 PM (2 years ago)
Author:
desrosj
Message:

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

Updated actions:

  • actions/cache
  • actions/github-script
  • actions/setup-node
  • bubkoo/welcome-action
  • shivammathur/setup-php
  • slackapi/slack-github-action

See #55652.

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

Legend:

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

    r53736 r53940  
    6868
    6969      - name: Set up PHP
    70         uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1
     70        uses: shivammathur/setup-php@e04e1d97f0c0481c6e1ba40f8a538454fe5d7709 # v2.21.2
    7171        with:
    7272          php-version: '7.4'
     
    8686
    8787      - name: Cache PHPCS scan cache
    88         uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
     88        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8
    8989        with:
    9090          path: .cache/phpcs.json
     
    143143
    144144      - name: Install NodeJS
    145         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     145        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    146146        with:
    147147          node-version-file: '.nvmrc'
  • trunk/.github/workflows/end-to-end-tests.yml

    r53736 r53940  
    7474
    7575      - name: Install NodeJS
    76         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     76        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    7777        with:
    7878          node-version-file: '.nvmrc'
  • trunk/.github/workflows/javascript-tests.yml

    r53736 r53940  
    6868
    6969      - name: Install NodeJS
    70         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     70        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    7171        with:
    7272          node-version-file: '.nvmrc'
  • trunk/.github/workflows/php-compatibility.yml

    r53736 r53940  
    6363
    6464      - name: Set up PHP
    65         uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1
     65        uses: shivammathur/setup-php@e04e1d97f0c0481c6e1ba40f8a538454fe5d7709 # v2.21.2
    6666        with:
    6767          php-version: '7.4'
     
    8181
    8282      - name: Cache PHP compatibility scan cache
    83         uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
     83        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8
    8484        with:
    8585          path: .cache/phpcompat.json
  • trunk/.github/workflows/phpunit-tests.yml

    r53922 r53940  
    113113
    114114      - name: Install NodeJS
    115         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     115        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    116116        with:
    117117          node-version-file: '.nvmrc'
     
    132132
    133133      - name: Cache Composer dependencies
    134         uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
     134        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8
    135135        env:
    136136          cache-name: cache-composer-dependencies
  • trunk/.github/workflows/slack-notifications.yml

    r53735 r53940  
    5454      - name: Determine the status of the previous attempt
    5555        id: previous-attempt-result
    56         uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
     56        uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
    5757        with:
    5858          script: |
     
    117117      - name: Get the commit message
    118118        id: current-commit-message
    119         uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
     119        uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
    120120        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    121121        with:
     
    151151    steps:
    152152      - name: Post failure notifications to Slack
    153         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     153        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    154154        with:
    155155          payload: ${{ needs.prepare.outputs.payload }}
     
    167167    steps:
    168168      - name: Post failure notifications to Slack
    169         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     169        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    170170        with:
    171171          payload: ${{ needs.prepare.outputs.payload }}
     
    183183    steps:
    184184      - name: Post success notifications to Slack
    185         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     185        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    186186        with:
    187187          payload: ${{ needs.prepare.outputs.payload }}
     
    199199    steps:
    200200      - name: Post cancelled notifications to Slack
    201         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     201        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    202202        with:
    203203          payload: ${{ needs.prepare.outputs.payload }}
  • trunk/.github/workflows/test-coverage.yml

    r53592 r53940  
    8888
    8989      - name: Install NodeJS
    90         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     90        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    9191        with:
    9292          node-version-file: '.nvmrc'
     
    107107
    108108      - name: Cache Composer dependencies
    109         uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
     109        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8
    110110        env:
    111111          cache-name: cache-composer-dependencies
  • trunk/.github/workflows/test-npm.yml

    r53737 r53940  
    7474
    7575      - name: Install NodeJS
    76         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     76        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    7777        with:
    7878          node-version-file: '.nvmrc'
     
    134134
    135135      - name: Install NodeJS
    136         uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
     136        uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
    137137        with:
    138138          node-version-file: '.nvmrc'
  • trunk/.github/workflows/test-old-branches.yml

    r53581 r53940  
    6868    steps:
    6969      - name: Dispatch workflow run
    70         uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
     70        uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
    7171        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
    7272        with:
  • trunk/.github/workflows/welcome-new-contributors.yml

    r52233 r53940  
    1313
    1414    steps:
    15       - uses: bubkoo/welcome-action@8dbbac2540d155744c90e4e37da6b05ffc9c5e2c # v1.0.3
     15      - uses: bubkoo/welcome-action@e3f444df06502502071d309411d01ba18f916ede # v1.0.3
    1616        with:
    1717          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Note: See TracChangeset for help on using the changeset viewer.