From c7280c769de5abb207d6da5dc7454dd2dcacb3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:25:58 +0000 Subject: [PATCH] build(deps): bump theupdateframework/tuf-on-ci in the actions group Bumps the actions group with 1 update: [theupdateframework/tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci). Updates `theupdateframework/tuf-on-ci` from 0.14.0 to 0.15.1 - [Release notes](https://github.com/theupdateframework/tuf-on-ci/releases) - [Changelog](https://github.com/theupdateframework/tuf-on-ci/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/theupdateframework/tuf-on-ci/compare/fce107eeb8b1887239ca3a694dc250fcabf49c7f...fffb59fa10497d72f0e3df531b88b3c5adf868fe) --- updated-dependencies: - dependency-name: theupdateframework/tuf-on-ci dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-prober.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-prober.yml b/.github/workflows/reusable-prober.yml index 9a0933a..756d498 100644 --- a/.github/workflows/reusable-prober.yml +++ b/.github/workflows/reusable-prober.yml @@ -123,7 +123,7 @@ jobs: run: cp "${{ inputs.tuf_root_path }}" ./root.json - name: Verify TUF repository state - uses: theupdateframework/tuf-on-ci/actions/test-repository@fce107eeb8b1887239ca3a694dc250fcabf49c7f # v0.14.0 + uses: theupdateframework/tuf-on-ci/actions/test-repository@fffb59fa10497d72f0e3df531b88b3c5adf868fe # v0.15.1 with: metadata_url: ${{ inputs.tuf_repo }} valid_days: 2 @@ -133,7 +133,7 @@ jobs: - name: Verify preprod TUF repository state (and the upgrade from prod) if: ${{ inputs.enable_staging == false }} - uses: theupdateframework/tuf-on-ci/actions/test-repository@fce107eeb8b1887239ca3a694dc250fcabf49c7f # v0.14.0 + uses: theupdateframework/tuf-on-ci/actions/test-repository@fffb59fa10497d72f0e3df531b88b3c5adf868fe # v0.15.1 with: metadata_url: ${{ inputs.tuf_preprod_repo }} update_base_url: ${{ inputs.tuf_repo }}