Skip to content

Commit edf19b0

Browse files
committed
ci: upgrade actions/cache to v5.0.3
Pin actions/cache to the v5.0.3 release commit hash with a comment holding the release number, per security best practice. Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
1 parent ea647ad commit edf19b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.12.11"
2222

2323
- name: Cache pip dependencies
24-
uses: actions/cache@v4.2.4
24+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}

0 commit comments

Comments
 (0)