From 325c27afeab313babb4ab9265fa123957da01ac2 Mon Sep 17 00:00:00 2001 From: asraa Date: Fri, 14 Oct 2022 10:53:35 -0500 Subject: [PATCH] update refs for checkout-go (#1049) Signed-off-by: Asra Ali Signed-off-by: Asra Ali --- .github/actions/generate-builder/action.yml | 2 +- .github/workflows/builder_go_slsa3.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/generate-builder/action.yml b/.github/actions/generate-builder/action.yml index 2f916161eb..4caea83669 100644 --- a/.github/actions/generate-builder/action.yml +++ b/.github/actions/generate-builder/action.yml @@ -34,7 +34,7 @@ runs: using: "composite" steps: - name: Checkout the Go builder repository - uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@fa78a70b888bc0acd41fd48aa731fb8d610d5b1b + uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@c2e7da4c53f2703d9af77f8d1483078c8fd3477e with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/builder_go_slsa3.yml b/.github/workflows/builder_go_slsa3.yml index f50b278c2f..0e3878b32b 100644 --- a/.github/workflows/builder_go_slsa3.yml +++ b/.github/workflows/builder_go_slsa3.yml @@ -146,7 +146,7 @@ jobs: needs: [privacy-check, builder, rng] steps: - name: Checkout the Go repository - uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@fa78a70b888bc0acd41fd48aa731fb8d610d5b1b + uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@c2e7da4c53f2703d9af77f8d1483078c8fd3477e with: go-version: ${{ inputs.go-version }} @@ -183,7 +183,7 @@ jobs: needs: [privacy-check, builder, build-dry, rng] steps: - name: Checkout the Go repository - uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@fa78a70b888bc0acd41fd48aa731fb8d610d5b1b + uses: slsa-framework/slsa-github-generator/.github/actions/checkout-go@c2e7da4c53f2703d9af77f8d1483078c8fd3477e with: go-version: ${{ inputs.go-version }}