chore: revert pnpm trust policy and restore provenance action

This commit is contained in:
Daniel Roe 2025-11-11 16:45:12 +00:00
parent 7b8f8f3f32
commit 77ef111683
No known key found for this signature in database
GPG key ID: 3714AB03996F442B
2 changed files with 22 additions and 1 deletions

22
.github/workflows/provenance.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
check-provenance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check provenance downgrades
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
with:
fail-on-provenance-change: true

View file

@ -19,5 +19,4 @@ packageManagerStrict: false
shellEmulator: true
verifyDepsBeforeRun: install
trustPolicy: no-downgrade