File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
if : github.repository_owner == 'aws-samples'
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
32
- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
31
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
33
33
with :
34
34
python-version : 3.x
35
35
cache : pip
Original file line number Diff line number Diff line change 21
21
if : github.repository_owner == 'aws-samples'
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
26
26
- name : Format
27
27
run : cargo fmt --all -- --check --verbose
Original file line number Diff line number Diff line change 30
30
contents : read # checkout code and subsequently GitHub action workflows
31
31
steps :
32
32
- name : Checkout code
33
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
33
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
- name : Ensure 3rd party workflows have SHA pinned
35
35
uses : zgosalvez/github-actions-ensure-sha-pinned-actions@ed00f72a3ca5b6eff8ad4d3ffdcacedb67a21db1 # v3.0.15
You can’t perform that action at this time.
0 commit comments