File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
4848 - name : Cache APT packages
49- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
49+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5050 with :
5151 path : |
5252 /var/cache/apt/archives
6161 python-version : ' 3.12'
6262
6363 - name : Cache Python dependencies
64- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
64+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6565 with :
6666 path : |
6767 ~/.cache/pip
7777 ruby-version : ' 3.3'
7878
7979 - name : Cache Ruby gems
80- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
80+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8181 with :
8282 path : vendor/bundle
8383 key : ${{ runner.os }}-gems-cfn-nag-${{ hashFiles('.github/workflows/main.yml') }}
@@ -212,7 +212,7 @@ jobs:
212212 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
213213
214214 - name : Cache Docker layers
215- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
215+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
216216 with :
217217 path : /tmp/.buildx-cache
218218 key : ${{ runner.os }}-docker-zap-${{ hashFiles('.github/workflows/main.yml') }}
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
2828 - name : Cache APT packages
29- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
29+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3030 with :
3131 path : |
3232 /var/cache/apt/archives
4141 python-version : ' 3.12'
4242
4343 - name : Cache Python dependencies
44- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
44+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4545 with :
4646 path : |
4747 ~/.cache/pip
5757 ruby-version : ' 3.3'
5858
5959 - name : Cache Ruby gems
60- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
60+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6161 with :
6262 path : vendor/bundle
6363 key : ${{ runner.os }}-gems-cfn-nag-${{ hashFiles('.github/workflows/pullrequest.yml') }}
You can’t perform that action at this time.
0 commit comments