-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/sigstore/timestamp-authority from 1.2.3 …
…to 1.2.4 in /.github in the actions group (#1288) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Woodruff <william@trailofbits.com>
- Loading branch information
1 parent
76e27db
commit 196ebd8
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
module sigstore/sigstore-python | ||
|
||
go 1.23 | ||
go 1.23.1 | ||
|
||
require ( | ||
// We don't have a Go module here but this file is picked up by dependabot | ||
// and this will automatically update the dependency when needed. | ||
toolchain go1.23.5 | ||
|
||
github.com/sigstore/timestamp-authority v1.2.3 | ||
// We don't have a Go module here but this file is picked up by dependabot | ||
// and this will automatically update the dependency when needed. | ||
|
||
) | ||
require github.com/sigstore/timestamp-authority v1.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github.com/sigstore/timestamp-authority v1.2.4 h1:RjXZxOWorEiem/uSr0pFHVtQpyzpcFxgugo5jVqm3mw= | ||
github.com/sigstore/timestamp-authority v1.2.4/go.mod h1:ExrbobKdEuwuBptZIiKp1IaVBRiUeKbiuSyZTO8Okik= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters