chore: revert pnpm trust policy and restore provenance action
This commit is contained in:
parent
7b8f8f3f32
commit
77ef111683
2 changed files with 22 additions and 1 deletions
22
.github/workflows/provenance.yml
vendored
Normal file
22
.github/workflows/provenance.yml
vendored
Normal 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
|
||||
|
|
@ -19,5 +19,4 @@ packageManagerStrict: false
|
|||
shellEmulator: true
|
||||
|
||||
verifyDepsBeforeRun: install
|
||||
trustPolicy: no-downgrade
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue