File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
33
33
- name : Setup Python
34
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
34
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
35
35
with :
36
36
python-version : ' 3.13'
37
37
architecture : x64
43
43
use-installer : true
44
44
45
45
- name : Get AWS credentials
46
- uses : aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
46
+ uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
47
47
with :
48
48
role-to-assume : ${{ vars.ASSUME_ROLE_ARN }}
49
49
role-session-name : ci
55
55
56
56
- name : Cache SAM build
57
57
id : cache-sam-build
58
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
58
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59
59
env :
60
60
cache-name : cache-sam-build
61
61
with :
Original file line number Diff line number Diff line change 31
31
contents : read # checkout code and subsequently GitHub action workflows
32
32
steps :
33
33
- name : Checkout code
34
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
- name : Ensure 3rd party workflows have SHA pinned
36
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@f32435541e24cd6a4700a7f52bb2ec59e80603b1 # v2.1.4
36
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3.0.22
You can’t perform that action at this time.
0 commit comments