Skip to content

build(deps): bump the test-and-lint-dependencies group with 2 updates #2847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

permissions: {}

name: Lint and run test suite
jobs:
lint-test:
name: Lint Test
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
- run: echo "All test jobs have completed successfully."

coveralls-fin:
name: Submit coverage to Coveralls.io
# Always run when all 'tests' jobs have finished even if they failed
# TODO: Replace always() with a 'at least one job succeeded' expression
if: always()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_test_sslib_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

permissions: {}

name: Test securesystemslib main branch
jobs:
sslib-main:
name: Test securesystemslib main branch (not a merge blocker)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
name: Conformance
jobs:
conformance:
name: Conformance
runs-on: ubuntu-latest
steps:
- name: Checkout conformance client
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:

jobs:
dependency-review:
name: Dependency review
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/specification-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions: {}
jobs:
# Get the version of the TUF specification the project states it supports
get-supported-tuf-version:
name: Get TUF spec version supported by python-tuf
runs-on: ubuntu-latest
outputs:
version: ${{ steps.get-version.outputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# Lint tools
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
ruff==0.12.0
ruff==0.12.1
mypy==1.16.1
zizmor==1.9.0
zizmor==1.11.0

# Required for type stubs
freezegun==1.5.2