Skip to content

Commit

Permalink
Update secure-checkout (#995)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>

Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis authored Oct 12, 2022
1 parent f348c29 commit 74c9815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/checkout-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/checkout-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 74c9815

Please sign in to comment.