File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v3.3 .0
24+ uses : actions/checkout@v3.4 .0
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
2727 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : Checkout repository
14- uses : actions/checkout@v3.3 .0
14+ uses : actions/checkout@v3.4 .0
1515 -
1616 name : Spell-Checking
1717 uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 99 name : editorconfig-checker
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3.3 .0
12+ - uses : actions/checkout@v3.4 .0
1313 - uses : editorconfig-checker/action-editorconfig-checker@main
1414 - run : editorconfig-checker
Original file line number Diff line number Diff line change 66 name : PHP-CS-Fixer
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3.3 .0
9+ - uses : actions/checkout@v3.4 .0
1010 - name : PHP-CS-Fixer
1111 uses : docker://oskarstark/php-cs-fixer-ga
1212 with :
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3.3 .0
11+ - uses : actions/checkout@v3.4 .0
1212
1313 - name : Install composer
1414 uses : php-actions/composer@v6
Original file line number Diff line number Diff line change 1111 name : Syncing branches
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3.3 .0
14+ uses : actions/checkout@v3.4 .0
1515 - name : Opening pull request
1616 run : gh pr create -B devel -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
1717 env :
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Clone repository
22- uses : actions/checkout@v3.3 .0
22+ uses : actions/checkout@v3.4 .0
2323
2424 - name : Set up Node.js
2525
You can’t perform that action at this time.
0 commit comments