Skip to content

Commit 7b9efbd

Browse files
authored
Merge pull request #1117 from w3bdesign/development
📦 deps: pin pnpm/action-setup to specific commit hash
2 parents c4eea2a + dad7282 commit 7b9efbd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v4
19+
uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
2020
with:
2121
version: 10
2222

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: "22"
1414

1515
- name: Setup pnpm
16-
uses: pnpm/action-setup@v4
16+
uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1717
with:
1818
version: 10
1919
run_install: false

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "22"
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v4
22+
uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
2323
with:
2424
version: 10
2525
run_install: false

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: pnpm/action-setup@v4
13+
- uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1414
with:
1515
version: 10
1616
- uses: actions/setup-node@v4

.github/workflows/snyk-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v4
24+
uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
2525
with:
2626
version: 10
2727

0 commit comments

Comments
 (0)