1 parent 5c9d576 commit 247c39cCopy full SHA for 247c39c
1 file changed
.github/workflows/provenance.yml
@@ -0,0 +1,23 @@
1
+
2
+name: ci
3
4
+on:
5
+push:
6
+branches:
7
+ - main
8
+pull_request:
9
10
11
+permissions:
12
+contents: read
13
+jobs:
14
+check-provenance:
15
+runs-on: ubuntu-latest
16
+steps:
17
+ - uses: actions/checkout@v4
18
+with:
19
+fetch-depth: 0
20
+ - name: Check provenance downgrades
21
+uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
22
23
+fail-on-provenance-change: true
0 commit comments