Skip to content

chore(deps): bump gittuf/gittuf-installer from 0.2.0 to 0.3.0 #58

chore(deps): bump gittuf/gittuf-installer from 0.2.0 to 0.3.0

chore(deps): bump gittuf/gittuf-installer from 0.2.0 to 0.3.0 #58

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
with:
python-version: '3.11'
- name: Install gittuf
uses: gittuf/gittuf-installer@bb2e6c13c0825057e48e931b686d61c3b6267ef8
with:
gittuf-version: 0.4.0
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt