From fc10f2d47b034a324d47aec1ecb1c40784aaa6c4 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 12 Oct 2022 00:21:52 +0000 Subject: [PATCH] Update secure-checkout Signed-off-by: Ian Lewis --- .github/actions/checkout-go/action.yml | 2 +- .github/actions/checkout-node/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/checkout-go/action.yml b/.github/actions/checkout-go/action.yml index 51ac839f29..49e818d60b 100644 --- a/.github/actions/checkout-go/action.yml +++ b/.github/actions/checkout-go/action.yml @@ -22,7 +22,7 @@ runs: using: "composite" steps: - name: Checkout the repository with user SHA - uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@7d890e74a8b3cc26e78b0b23428026cc043a8d17 + uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@f348c29e4be53b8413640f1f2eabd3fbde249a15 with: repository: "${{ inputs.repository }}" sha: "${{ inputs.sha }}" diff --git a/.github/actions/checkout-node/action.yml b/.github/actions/checkout-node/action.yml index a7b27ca5ae..f71a81a40f 100644 --- a/.github/actions/checkout-node/action.yml +++ b/.github/actions/checkout-node/action.yml @@ -22,7 +22,7 @@ runs: using: "composite" steps: - name: Checkout the repository with user ref - uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@7d890e74a8b3cc26e78b0b23428026cc043a8d17 + uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@f348c29e4be53b8413640f1f2eabd3fbde249a15 with: repository: "${{ inputs.repository }}" sha: "${{ inputs.sha }}"