From acffdc030e4b0f43cc4122c15343d38a7b3bd9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:16:48 +0000 Subject: [PATCH] build(deps): bump theupdateframework/tuf-conformance Bumps the action-dependencies group with 1 update: [theupdateframework/tuf-conformance](https://github.com/theupdateframework/tuf-conformance). Updates `theupdateframework/tuf-conformance` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/theupdateframework/tuf-conformance/releases) - [Commits](https://github.com/theupdateframework/tuf-conformance/compare/ad0e8bef1a9a1c7af993c3d56376ce624a0f10f2...dee4e23533d7a12a6394d96b59b3ea0aa940f9bf) --- updated-dependencies: - dependency-name: theupdateframework/tuf-conformance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 54686d9bd5..a634b02d9f 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run test suite - uses: theupdateframework/tuf-conformance@ad0e8bef1a9a1c7af993c3d56376ce624a0f10f2 # v2.1.0 + uses: theupdateframework/tuf-conformance@dee4e23533d7a12a6394d96b59b3ea0aa940f9bf # v2.2.0 with: entrypoint: ".github/scripts/conformance-client.py"