Skip to content

Commit 2b41def

Browse files
authored
Merge pull request #51 from github/ns/fixup-wfs
fix: sync up lockfile
2 parents a79ce69 + 71af57c commit 2b41def

3 files changed

Lines changed: 12 additions & 34 deletions

File tree

.github/workflows/actions.lock

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
1-
# This file is machine-generated by `gh actions-lock`.
2-
# Do not edit by hand; run `gh actions-lock` to update.
1+
# This file is machine-generated by `gh actions-pin`.
2+
# Do not edit by hand; run `gh actions-pin` to update.
33
# Docs: https://gh.io/actions-lockfile
44
version: 'v0.0.1'
55
workflows:
66
'.github/workflows/release.yml':
77
- 'actions/checkout@v6.0.2:sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd'
88
- 'cli/gh-extension-precompile@v2.1.0:sha1-9e2237c30f869ad3bcaed6a4be2cd43564dd421b'
9+
- 'github/setup-goproxy@v1.1.0:sha1-5e60e1074d42316dfe2949ebf9a92bf77b24645b'
910
'.github/workflows/sync-early-access-release.yml':
1011
- 'actions/checkout@v6.0.2:sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd'
1112
'.github/workflows/test.yml':
1213
- 'actions/checkout@v5.0.1:sha1-93cb6efe18208431cddfb8368fd83d5badbf9bfd'
1314
- 'actions/setup-go@v6.4.0:sha1-4a3601121dd01d1626a1e23e37211e3254c1c06c'
15+
- 'github/setup-goproxy@v1.1.0:sha1-5e60e1074d42316dfe2949ebf9a92bf77b24645b'
1416
dependencies:
15-
'actions/attest-build-provenance@predicate@1.1.4:sha1-36fa7d009e22618ca7cd599486979b8150596c74':
16-
tag: 'predicate@1.1.4'
17-
branch: 'main'
18-
commit: 'sha1-36fa7d009e22618ca7cd599486979b8150596c74'
19-
owner_id: 44036562
20-
repo_id: 760702757
21-
'actions/attest-build-provenance@v1.4.4:sha1-ef244123eb79f2f7a7e75d99086184180e6d0018':
22-
tag: 'v1.4.4'
23-
branch: 'main'
24-
commit: 'sha1-ef244123eb79f2f7a7e75d99086184180e6d0018'
25-
owner_id: 44036562
26-
repo_id: 760702757
27-
uses:
28-
- 'actions/attest-build-provenance@predicate@1.1.4:sha1-36fa7d009e22618ca7cd599486979b8150596c74'
29-
- 'actions/attest@v1.4.1:sha1-67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d'
30-
'actions/attest@v1.4.1:sha1-67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d':
31-
tag: 'v1.4.1'
32-
branch: 'main'
33-
commit: 'sha1-67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d'
34-
owner_id: 44036562
35-
repo_id: 760701061
3617
'actions/checkout@v5.0.1:sha1-93cb6efe18208431cddfb8368fd83d5badbf9bfd':
3718
tag: 'v5.0.1'
3819
branch: 'releases/v5'
@@ -45,12 +26,6 @@ dependencies:
4526
commit: 'sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd'
4627
owner_id: 44036562
4728
repo_id: 197814629
48-
'actions/setup-go@v5.6.0:sha1-40f1582b2485089dde7abd97c1529aa768e1baff':
49-
tag: 'v5.6.0'
50-
branch: 'releases/v5'
51-
commit: 'sha1-40f1582b2485089dde7abd97c1529aa768e1baff'
52-
owner_id: 44036562
53-
repo_id: 192624594
5429
'actions/setup-go@v6.4.0:sha1-4a3601121dd01d1626a1e23e37211e3254c1c06c':
5530
tag: 'v6.4.0'
5631
branch: 'main'
@@ -63,6 +38,9 @@ dependencies:
6338
commit: 'sha1-9e2237c30f869ad3bcaed6a4be2cd43564dd421b'
6439
owner_id: 59704711
6540
repo_id: 421583656
66-
uses:
67-
- 'actions/attest-build-provenance@v1.4.4:sha1-ef244123eb79f2f7a7e75d99086184180e6d0018'
68-
- 'actions/setup-go@v5.6.0:sha1-40f1582b2485089dde7abd97c1529aa768e1baff'
41+
'github/setup-goproxy@v1.1.0:sha1-5e60e1074d42316dfe2949ebf9a92bf77b24645b':
42+
tag: 'v1.1.0'
43+
branch: 'main'
44+
commit: 'sha1-5e60e1074d42316dfe2949ebf9a92bf77b24645b'
45+
owner_id: 9919
46+
repo_id: 595319738

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: OIDC Setup for goproxy
16-
uses: github/setup-goproxy@5e60e1074d42316dfe2949ebf9a92bf77b24645b # v1.1.0
16+
uses: github/setup-goproxy@v1.1.0
1717
- uses: actions/checkout@v6.0.2
1818
- uses: cli/gh-extension-precompile@v2.1.0
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GONOSUMDB: github.com/github/*
2020
steps:
2121
- name: OIDC Setup for goproxy
22-
uses: github/setup-goproxy@5e60e1074d42316dfe2949ebf9a92bf77b24645b # v1.1.0
22+
uses: github/setup-goproxy@v1.1.0
2323
- uses: actions/checkout@v5.0.1
2424
- uses: actions/setup-go@v6.4.0
2525
with:

0 commit comments

Comments
 (0)