Skip to content

Commit

Permalink
chore: default to witness v0.8.0 and npm dep bumps
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Feb 17, 2025
1 parent 64f7558 commit 2006862
Show file tree
Hide file tree
Showing 6 changed files with 1,453 additions and 1,835 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- if: ${{ inputs.pre-command != '' && inputs.pull_request == false }}
uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
with:
version: 0.6.0
version: 0.8.0
archivista-server: ${{ inputs.archivista-server }}
step: pre-${{ inputs.step }}
attestations: ${{ inputs.pre-command-attestations }}
Expand All @@ -77,7 +77,7 @@ jobs:
- if: ${{ inputs.pull_request == false }}
uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
with:
version: 0.6.0
version: 0.8.0
archivista-server: ${{ inputs.archivista-server }}
step: ${{ inputs.step }}
attestations: ${{ inputs.attestations }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ inputs:
version:
description: "Version of Witness CLI"
required: false
default: "0.6.0"
default: "0.8.0"
workingdir:
description: "Directory from which commands will run"
required: false
Expand Down
Loading

0 comments on commit 2006862

Please sign in to comment.