File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
4747 - name : Cache APT packages
48- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
48+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4949 with :
5050 path : |
5151 /var/cache/apt/archives
6060 python-version : ' 3.12'
6161
6262 - name : Cache Python dependencies
63- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
63+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6464 with :
6565 path : |
6666 ~/.cache/pip
7676 ruby-version : ' 3.3'
7777
7878 - name : Cache Ruby gems
79- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
79+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8080 with :
8181 path : vendor/bundle
8282 key : ${{ runner.os }}-gems-cfn-nag-${{ hashFiles('.github/workflows/main.yml') }}
@@ -211,7 +211,7 @@ jobs:
211211 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
212212
213213 - name : Cache Docker layers
214- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
214+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
215215 with :
216216 path : /tmp/.buildx-cache
217217 key : ${{ runner.os }}-docker-zap-${{ hashFiles('.github/workflows/main.yml') }}
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
2626 - name : Cache APT packages
27- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
27+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2828 with :
2929 path : |
3030 /var/cache/apt/archives
3939 python-version : ' 3.12'
4040
4141 - name : Cache Python dependencies
42- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
42+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4343 with :
4444 path : |
4545 ~/.cache/pip
5555 ruby-version : ' 3.3'
5656
5757 - name : Cache Ruby gems
58- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
58+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5959 with :
6060 path : vendor/bundle
6161 key : ${{ runner.os }}-gems-cfn-nag-${{ hashFiles('.github/workflows/pullrequest.yml') }}
You can’t perform that action at this time.
0 commit comments