Skip to content

Commit b447920

Browse files
authored
use updated ref for secure-checkout (#1046)
Signed-off-by: Asra Ali <[email protected]>
1 parent ea45794 commit b447920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/checkout-go/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Checkout the repository with user SHA
26-
uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@cd072cfe086700df36a3e7a7cea2c74ec675bdf4
26+
uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@ea457948e6a989e9818304dcb4f15fb4ce6765d6
2727
with:
2828
repository: ${{ inputs.repository }}
2929
ref: ${{ inputs.ref }}

.github/actions/checkout-node/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Checkout the repository with user ref
26-
uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@cd072cfe086700df36a3e7a7cea2c74ec675bdf4
26+
uses: slsa-framework/slsa-github-generator/.github/actions/secure-checkout@ea457948e6a989e9818304dcb4f15fb4ce6765d6
2727
with:
2828
repository: ${{ inputs.repository }}
2929
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)