Make WordPress Core


Ignore:
Timestamp:
01/22/2025 03:13:21 PM (16 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Improve the security and correctness of the GitHub Actions workflows files.

This includes removing use of dangerous inline GitHub Actions expressions, preventing word splitting, further tightening permissions, and generally improving many aspects of the workflows.

This also introduces a new workflow that runs Actionlint to detect incorrect and insecure code and configuration in workflow files.

Props johnbillion, swissspidy, flixos90, desrosj.

See #62221

File:
1 edited

Legend:

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

    r59673 r59679  
    9494              ref: 'trunk',
    9595              inputs: {
    96                 run_id: '${{ github.run_id }}'
     96                run_id: context.runId,
    9797              }
    9898            });
Note: See TracChangeset for help on using the changeset viewer.