Skip to content

Commit beb8a54

Browse files
authored
Merge pull request #2262 from rtCamp/develop
2 parents f47258c + 183c160 commit beb8a54

File tree

18 files changed

+21202
-15299
lines changed

18 files changed

+21202
-15299
lines changed

.github/workflows/create.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
tags:
55
- '*'
6+
7+
permissions:
8+
contents: read
9+
610
jobs:
711
tag:
812
runs-on: ubuntu-latest

.github/workflows/phpcs_on_pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
on: pull_request
22
name: Inspections
3+
4+
permissions:
5+
contents: read
6+
pull-requests: write
7+
38
jobs:
49
runPHPCSInspection:
510
name: Run PHPCS inspection

.github/workflows/playwright.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
Run-wpe2e-TestCase:
1821
# The type of runner that the job will run on
@@ -36,9 +39,9 @@ jobs:
3639
ls -al
3740
# Install config site
3841
- name: Install and config site
39-
uses: docker://rtcamp/base-wo:v1.0.0
42+
uses: docker://rtcamp/base-wo:v1.1.0
4043
env:
41-
NODE_VERSION: 17
44+
NODE_VERSION: 22
4245
RCLONE_CONFIG: ${{ secrets.RCLONE_CONFIG }}
4346

4447
- name: Archive HTML Report on failure
@@ -50,4 +53,4 @@ jobs:
5053

5154
- name: Cleanup
5255
if: ${{ always() }}
53-
uses: rtCamp/action-cleanup@master
56+
uses: rtCamp/action-cleanup@master

0 commit comments

Comments
 (0)