Skip to content

Commit 2dbe189

Browse files
committed
chore: update github actions
1 parent 8b8bf41 commit 2dbe189

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/actions/install-tools/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ runs:
44
using: composite
55
steps:
66
- name: Install Node
7-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
88
with:
99
node-version: 24
1010

1111
- name: Install pnpm
12-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
12+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
1313
with:
1414
version: 10
1515
run_install: false

.github/workflows/dependency-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
18+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
1919
with:
2020
egress-policy: block
2121
allowed-endpoints: >

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
15+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
1616
with:
1717
egress-policy: block
1818
allowed-endpoints: >

.github/workflows/release.yml

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

2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
22+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2323
with:
2424
egress-policy: block
2525
allowed-endpoints: >

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
16+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
1717
with:
1818
egress-policy: block
1919
allowed-endpoints: >
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
41+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
4242
with:
4343
egress-policy: block
4444
allowed-endpoints: >
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Harden Runner
66-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
66+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
6767
with:
6868
egress-policy: block
6969
allowed-endpoints: >
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Harden Runner
91-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
91+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
9292
with:
9393
egress-policy: block
9494
allowed-endpoints: >
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Harden Runner
116-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
116+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
117117
with:
118118
egress-policy: block
119119
allowed-endpoints: >
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Harden Runner
141-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
141+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
142142
with:
143143
egress-policy: block
144144
allowed-endpoints: >
@@ -163,7 +163,7 @@ jobs:
163163

164164
steps:
165165
- name: Harden Runner
166-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
166+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
167167
with:
168168
egress-policy: block
169169
allowed-endpoints: >
@@ -188,7 +188,7 @@ jobs:
188188

189189
steps:
190190
- name: Harden Runner
191-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
191+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
192192
with:
193193
egress-policy: block
194194
allowed-endpoints: >
@@ -213,7 +213,7 @@ jobs:
213213

214214
steps:
215215
- name: Harden Runner
216-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
216+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
217217
with:
218218
egress-policy: block
219219
allowed-endpoints: >
@@ -245,7 +245,7 @@ jobs:
245245

246246
steps:
247247
- name: Harden Runner
248-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
248+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
249249
with:
250250
egress-policy: block
251251
allowed-endpoints: >

0 commit comments

Comments
 (0)