Skip to content

Bump the minor-patch group across 1 directory with 2 updates #428

Bump the minor-patch group across 1 directory with 2 updates

Bump the minor-patch group across 1 directory with 2 updates #428

Workflow file for this run

---
name: Conformance
"on":
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
schedule:
- cron: '30 6 * * 3'
permissions:
contents: read
jobs:
tuf-conformance:
name: TUF Conformance Test
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- name: Run conformance suite
uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0
with:
entrypoint: ".github/scripts/tuf-conformance"