Skip to content

Commit 3925818

Browse files
committed
workflows: Add action/job names
zizmor now requires these and it seems like good practice Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent f3f21af commit 3925818

5 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
permissions: {}
66

7+
name: Lint and run test suite
78
jobs:
89
lint-test:
910
name: Lint Test
@@ -89,6 +90,7 @@ jobs:
8990
- run: echo "All test jobs have completed successfully."
9091

9192
coveralls-fin:
93+
name: Submit coverage to Coveralls.io
9294
# Always run when all 'tests' jobs have finished even if they failed
9395
# TODO: Replace always() with a 'at least one job succeeded' expression
9496
if: always()

.github/workflows/_test_sslib_main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
permissions: {}
66

7+
name: Test securesystemslib main branch
78
jobs:
89
sslib-main:
910
name: Test securesystemslib main branch (not a merge blocker)

.github/workflows/conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
name: Conformance
1212
jobs:
1313
conformance:
14+
name: Conformance
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout conformance client

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
dependency-review:
16+
name: Dependency review
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: 'Checkout Repository'

.github/workflows/specification-version-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions: {}
1010
jobs:
1111
# Get the version of the TUF specification the project states it supports
1212
get-supported-tuf-version:
13+
name: Get TUF spec version supported by python-tuf
1314
runs-on: ubuntu-latest
1415
outputs:
1516
version: ${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)