Skip to content

Commit 5ed9644

Browse files
Merge branch 'trunk' of github.com:nani-samireddy/wp-performance into enhancement/reduce-maximum-image-size-used-as-background-image
2 parents dfa6c45 + 7938a41 commit 5ed9644

File tree

50 files changed

+1408
-1344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1408
-1344
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
39+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
4040
with:
4141
languages: javascript
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
44+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4

.github/workflows/deploy-plugins.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6262

6363
- name: Setup Node.js (.nvmrc)
64-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
64+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6565
with:
6666
node-version-file: '.nvmrc'
6767
cache: npm
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Upload artifact
122122
if: steps.check-deployment.outputs.deploy == 'true'
123-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
123+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
124124
with:
125125
name: ${{ matrix.plugin }}
126126
path: ./build/dist
@@ -191,7 +191,7 @@ jobs:
191191
192192
- name: Download artifact
193193
if: steps.artifact-existence.outputs.exists == 'true'
194-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
194+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5
195195
with:
196196
name: ${{ matrix.plugin }}
197197
path: ./build/dist

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3737

3838
- name: Setup Node.js (.nvmrc)
39-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
39+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4040
with:
4141
node-version-file: '.nvmrc'
4242
cache: npm

.github/workflows/js-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
4141
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242
- name: Setup Node.js (via .nvmrc)
43-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
43+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4444
with:
4545
node-version-file: '.nvmrc'
4646
cache: npm

.github/workflows/php-test-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
6161
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6262
- name: Setup Node.js (.nvmrc)
63-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
63+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6464
with:
6565
node-version-file: '.nvmrc'
6666
cache: npm

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1111
- name: Search for misspellings
12-
uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # master
12+
uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # master
1313
with:
1414
config: ./.github/typos.toml

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)