Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ jobs:
with:
generate_attestations: true
go_version_file: go.mod

# Automatically generated and managed by: `gh actions-pin --write <workflow-path>`
dependencies:
- github.com/actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74:sha1-36fa7d009e22618ca7cd599486979b8150596c74
- github.com/actions/attest-build-provenance@v1:sha1-ef244123eb79f2f7a7e75d99086184180e6d0018
- github.com/actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d:sha1-67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d
- github.com/actions/checkout@v6:sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd
- github.com/actions/setup-go@v5:sha1-40f1582b2485089dde7abd97c1529aa768e1baff
- github.com/cli/gh-extension-precompile@v2:sha1-9e2237c30f869ad3bcaed6a4be2cd43564dd421b
Comment on lines +22 to +28
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
go-version-file: go.mod
- run: go test ./...


# Automatically generated and managed by: `gh actions-pin --write <workflow-path>`
dependencies:
- github.com/actions/checkout@v5:sha1-93cb6efe18208431cddfb8368fd83d5badbf9bfd
- github.com/actions/setup-go@v6:sha1-4a3601121dd01d1626a1e23e37211e3254c1c06c
Comment on lines +20 to +22
Loading