Skip to content

chore(deps): bump gittuf/gittuf-installer from 0.4.0 to 0.5.0 #79

chore(deps): bump gittuf/gittuf-installer from 0.4.0 to 0.5.0

chore(deps): bump gittuf/gittuf-installer from 0.4.0 to 0.5.0 #79

Workflow file for this run

name: Run gittuf demo
on:
push:
branches: ['main']
pull_request:
workflow_dispatch:
jobs:
run-demo:
name: Run demo
runs-on: ubuntu-latest
steps:
- name: Checkout demo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: '3.12'
- name: Install gittuf
uses: gittuf/gittuf-installer@26235450ee63a0bb9d834ecd62b910783af72006
with:
gittuf-version: 0.6.0
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt