Skip to content

Commit

Permalink
build(deps): bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [theupdateframework/tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci).


Updates `actions/setup-go` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@3041bf5...f111f33)

Updates `theupdateframework/tuf-on-ci` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/theupdateframework/tuf-on-ci/releases)
- [Changelog](https://github.com/theupdateframework/tuf-on-ci/blob/main/docs/CHANGELOG.md)
- [Commits](theupdateframework/tuf-on-ci@fffb59f...c7edc80)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: theupdateframework/tuf-on-ci
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 30407f5 commit 9fdd0bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tools-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
if: steps.changes.outputs.tools == 'true'
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'prober/hack/toolz/go.mod'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ctlog-sth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'prober/ctlog/go.mod'
cache-dependency-path: 'prober/ctlog/go.sum'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rate-limiting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
summary: ${{ steps.msg.outputs.summary}}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'go.work'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'pager-duty/go.mod'
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable-prober.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
id: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'prober/hack/toolz/go.mod'
check-latest: true
Expand Down Expand Up @@ -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@fffb59fa10497d72f0e3df531b88b3c5adf868fe # v0.15.1
uses: theupdateframework/tuf-on-ci/actions/test-repository@c7edc8057149b2cd9eef0340dd5fdd943550e05e # v0.15.2
with:
metadata_url: ${{ inputs.tuf_repo }}
valid_days: 2
Expand All @@ -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@fffb59fa10497d72f0e3df531b88b3c5adf868fe # v0.15.1
uses: theupdateframework/tuf-on-ci/actions/test-repository@c7edc8057149b2cd9eef0340dd5fdd943550e05e # v0.15.2
with:
metadata_url: ${{ inputs.tuf_preprod_repo }}
update_base_url: ${{ inputs.tuf_repo }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
run: |
echo "skip_pagerduty=true" >> $GITHUB_OUTPUT
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
id: setup-go
with:
go-version-file: 'prober/hack/toolz/go.mod'
Expand Down

0 comments on commit 9fdd0bc

Please sign in to comment.