Skip to content

Commit d74cb16

Browse files
ci: move provenance check out of setup action (#291)
* ci: try e18e/action-dependency-diff * Try package changes * Dedupe * Update thresholds * Move provenance out of setup
1 parent 21c5db8 commit d74cb16

4 files changed

Lines changed: 75 additions & 67 deletions

File tree

.github/setup/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ description: Action that sets up Node, pnpm, and caching
33
runs:
44
using: composite
55
steps:
6-
- name: Check provenance
7-
uses: danielroe/provenance-action@v0.1.1
8-
with:
9-
fail-on-downgrade: true
106
- name: Setup pnpm
117
uses: pnpm/action-setup@v4.1.0
128
- name: Setup Node

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,15 @@ jobs:
4646
run: pnpm run build:all
4747
- name: Publish Previews
4848
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --no-template
49+
provenance:
50+
name: Provenance
51+
runs-on: ubuntu-latest
52+
steps:
53+
- name: Checkout
54+
uses: actions/checkout@v5.0.0
55+
with:
56+
fetch-depth: 0
57+
- name: Check Provenance
58+
uses: danielroe/provenance-action@v0.1.1
59+
with:
60+
fail-on-downgrade: true

pnpm-lock.yaml

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ catalog:
5050
vite-plugin-externalize-deps: ^0.9.0
5151
vite-tsconfig-paths: ^5.1.4
5252
vitest: ^3.2.4
53-
vue: ^3.5.21
53+
vue: ^3.5.22
5454
vue-eslint-parser: ^10.2.0

0 commit comments

Comments
 (0)