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 433a1fb commit 7ef6415Copy full SHA for 7ef6415
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