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 4e7814a commit 431c2c7Copy full SHA for 431c2c7
.github/workflows/provenance.yml
@@ -4,21 +4,28 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - pnpm-lock.yaml
9
pull_request:
10
11
12
13
14
merge_group:
15
16
17
+
18
permissions:
19
contents: read
20
21
jobs:
22
check-provenance:
23
runs-on: ubuntu-slim
24
steps:
25
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26
with:
27
fetch-depth: 0
28
29
- name: Check provenance downgrades
30
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
31
0 commit comments