Skip to content

Commit 713aaf9

Browse files
committed
chore: update github actions
1 parent 2246571 commit 713aaf9

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1010
1111
- name: Setup pnpm cache
12-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
12+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1313
with:
1414
path: ${{ env.PNPM_STORE_PATH }}
1515
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
18+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
15+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
22+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
2323
with:
2424
egress-policy: block
2525
allowed-endpoints: >

.github/workflows/test.yml

Lines changed: 11 additions & 11 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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
16+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
41+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
66+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
91+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
116+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
141+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
166+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
191+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
216+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
217217
with:
218218
egress-policy: block
219219
allowed-endpoints: >
@@ -235,7 +235,7 @@ jobs:
235235
run: pnpm test:unit
236236

237237
- name: Upload coverage reports to Codecov
238-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
238+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
239239
with:
240240
token: ${{ secrets.CODECOV_TOKEN }}
241241

@@ -245,7 +245,7 @@ jobs:
245245

246246
steps:
247247
- name: Harden Runner
248-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
248+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
249249
with:
250250
egress-policy: block
251251
allowed-endpoints: >

0 commit comments

Comments
 (0)