Skip to content

Commit 9d952eb

Browse files
author
John Kjell
authored
chore: default to witness v0.8.0 and npm dep bumps (#21)
Signed-off-by: John Kjell <[email protected]>
1 parent 64f7558 commit 9d952eb

File tree

6 files changed

+1234
-1835
lines changed

6 files changed

+1234
-1835
lines changed

.github/workflows/witness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- if: ${{ inputs.pre-command != '' && inputs.pull_request == false }}
6767
uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
6868
with:
69-
version: 0.6.0
69+
version: 0.8.0
7070
archivista-server: ${{ inputs.archivista-server }}
7171
step: pre-${{ inputs.step }}
7272
attestations: ${{ inputs.pre-command-attestations }}
@@ -77,7 +77,7 @@ jobs:
7777
- if: ${{ inputs.pull_request == false }}
7878
uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
7979
with:
80-
version: 0.6.0
80+
version: 0.8.0
8181
archivista-server: ${{ inputs.archivista-server }}
8282
step: ${{ inputs.step }}
8383
attestations: ${{ inputs.attestations }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ inputs:
8585
version:
8686
description: "Version of Witness CLI"
8787
required: false
88-
default: "0.6.0"
88+
default: "0.8.0"
8989
workingdir:
9090
description: "Directory from which commands will run"
9191
required: false

0 commit comments

Comments
 (0)