Skip to content

Commit b4ecdc3

Browse files
committed
chore: revert pnpm trust policy and restore provenance action
1 parent b9e4bc3 commit b4ecdc3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/provenance.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
permissions:
11+
contents: read
12+
jobs:
13+
check-provenance:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
19+
- name: Check provenance downgrades
20+
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
21+
with:
22+
fail-on-provenance-change: true

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ onlyBuiltDependencies:
1111
- simple-git-hooks
1212
- unrs-resolver
1313
- vue-demi
14-
trustPolicy: no-downgrade
1514

0 commit comments

Comments
 (0)