We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce14d05 commit f9d0e0aCopy full SHA for f9d0e0a
.github/workflows/provenance.yml
@@ -0,0 +1,22 @@
1
+name: ci
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
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
22
+ fail-on-provenance-change: true
pnpm-workspace.yaml
@@ -23,5 +23,4 @@ publicHoistPattern:
23
shellEmulator: true
24
25
verifyDepsBeforeRun: install
26
-trustPolicy: no-downgrade
27
0 commit comments