...
1on:
2 schedule:
3 - cron: "0 13 * * *"
4 workflow_dispatch:
5name: Specification version check
6jobs:
7 # Get the latest TUF specification release and open an issue (if needed)
8 specification-bump-check:
9 permissions:
10 contents: read
11 issues: write
12 uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
13 with:
14 tuf-version: "v1.0.32" # Should be updated to the according version either manually or extracted automatically as how it's done in python-tuf
View as plain text