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.
danielroe/provenance-action
1 parent 13524eb commit 8797cbcCopy full SHA for 8797cbc
1 file changed
.github/setup/action.yml
@@ -3,6 +3,10 @@ description: Action that sets up Node, pnpm, and caching
3
runs:
4
using: composite
5
steps:
6
+ - name: Check provenance
7
+ uses: danielroe/provenance-action@v0.1.1
8
+ with:
9
+ fail-on-downgrade: true
10
- name: Setup pnpm
11
uses: pnpm/action-setup@v4.1.0
12
- name: Setup Node
0 commit comments