mirror of
https://github.com/flarum/core.git
synced 2025-08-31 20:02:06 +02:00
Pin GitHub Actions at specific tags and commits (#2748)
* Pin 3rd party action * Pin GitHub-maintained actions to tag * Bump Bundlewatch Node.js to v14 LTS I have no clue what my thought process was when creating this workflow initially. Thrown this in here as it's a minor change and it's silly to make a PR just to update this number, in my opinion.
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -43,10 +43,11 @@ jobs:
|
||||
name: 'PHP ${{ matrix.php }} / ${{ matrix.db }} ${{ matrix.prefixStr }}'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
uses: shivammathur/setup-php@0b9d33cd0782337377999751fc10ea079fdd7104 # pin@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
coverage: xdebug
|
||||
|
Reference in New Issue
Block a user