summaryrefslogtreecommitdiffstats
path: root/.github/workflows/specification-version-check.yml
blob: 523e455cbe48ef1320189898585ff3a6ebe4c826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on:
  schedule:
    - cron: "0 13 * * *"
  workflow_dispatch:
name: Specification version check
jobs:
  # Get the latest TUF specification release and open an issue (if needed)
  specification-bump-check:
    permissions:
      contents: read
      issues: write
    uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
    with:
      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