Skip to content

Commit c2e7da4

Browse files
authored
fix: update refs for checkout-(go/node) (#1048)
Signed-off-by: Asra Ali <[email protected]> Signed-off-by: Asra Ali <[email protected]>
1 parent b447920 commit c2e7da4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/generate-builder/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: "composite"
3535
steps:
3636
- name: Checkout the Go builder repository
37-
uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@f5aa6f995bc416d2315efdcd987fda653f163b88
37+
uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@fa78a70b888bc0acd41fd48aa731fb8d610d5b1b
3838
with:
3939
repository: ${{ inputs.repository }}
4040
ref: ${{ inputs.ref }}

.github/workflows/builder_go_slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
needs: [privacy-check, builder, rng]
147147
steps:
148148
- name: Checkout the Go repository
149-
uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@f5aa6f995bc416d2315efdcd987fda653f163b88
149+
uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@fa78a70b888bc0acd41fd48aa731fb8d610d5b1b
150150
with:
151151
go-version: ${{ inputs.go-version }}
152152

@@ -183,7 +183,7 @@ jobs:
183183
needs: [privacy-check, builder, build-dry, rng]
184184
steps:
185185
- name: Checkout the Go repository
186-
uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@f5aa6f995bc416d2315efdcd987fda653f163b88
186+
uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@fa78a70b888bc0acd41fd48aa731fb8d610d5b1b
187187
with:
188188
go-version: ${{ inputs.go-version }}
189189

0 commit comments

Comments
 (0)