Skip to content

Commit 99db606

Browse files
authored
Merge pull request #5 from github/ns/dog-food
feat: dog food pinning
2 parents 660f278 + d5e429d commit 99db606

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ jobs:
1717
with:
1818
generate_attestations: true
1919
go_version_file: go.mod
20+
21+
# Automatically generated and managed by: `gh actions-pin --write <workflow-path>`
22+
dependencies:
23+
- github.com/actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74:sha1-36fa7d009e22618ca7cd599486979b8150596c74
24+
- github.com/actions/attest-build-provenance@v1:sha1-ef244123eb79f2f7a7e75d99086184180e6d0018
25+
- github.com/actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d:sha1-67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d
26+
- github.com/actions/checkout@v6:sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd
27+
- github.com/actions/setup-go@v5:sha1-40f1582b2485089dde7abd97c1529aa768e1baff
28+
- github.com/cli/gh-extension-precompile@v2:sha1-9e2237c30f869ad3bcaed6a4be2cd43564dd421b

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
go-version-file: go.mod
1717
- run: go test ./...
1818

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

0 commit comments

Comments
 (0)