Skip to content

Commit

Permalink
build(deps): bump theupdateframework/tuf-on-ci from 0.9.0 to 0.10.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 7ff3305 commit 84278c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-prober.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: cp "${{ inputs.tuf_root_path }}" ./root.json

- name: Verify TUF repository state
uses: theupdateframework/tuf-on-ci/actions/test-repository@ebf63d46b20e8c019e7752f8fb57c28931f96cfc # v0.9.0
uses: theupdateframework/tuf-on-ci/actions/test-repository@a486e2d6fcf93af4cb0f479e6a280f34125647d6 # v0.10.0
with:
metadata_url: ${{ inputs.tuf_repo }}
valid_days: 2
Expand All @@ -128,7 +128,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@ebf63d46b20e8c019e7752f8fb57c28931f96cfc # v0.9.0
uses: theupdateframework/tuf-on-ci/actions/test-repository@a486e2d6fcf93af4cb0f479e6a280f34125647d6 # v0.10.0
with:
metadata_url: ${{ inputs.tuf_preprod_repo }}
update_base_url: ${{ inputs.tuf_repo }}
Expand Down

0 comments on commit 84278c4

Please sign in to comment.