mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
This changes very little but it does mean any jobs added in future have to be explicit about the permissions they need. This also makes OSSF scorecard happier. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
15 lines
162 B
YAML
15 lines
162 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/_test.yml
|