Skip to content

Commit 14ee387

Browse files
committed
Add hashes to GH actions
Signed-off-by: Raasz, Pawel <[email protected]>
1 parent 3c44339 commit 14ee387

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt
100100

101101
- name: Setup ccache
102-
uses: actions/cache@v4
102+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103103
with:
104104
# Should save cache only if run in the master branch of the base repo
105105
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push
@@ -285,7 +285,7 @@ jobs:
285285
apt -y --no-install-recommends install software-properties-common curl
286286
287287
- name: Setup ccache
288-
uses: actions/cache@v4
288+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
289289
with:
290290
# Should save cache only if run in the master branch of the base repo
291291
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
#
8585

8686
- name: Setup ccache
87-
uses: actions/cache@v4
87+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8888
with:
8989
# Should save cache only if run in the master branch of the base repo
9090
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
Add-Content -Path $env:GITHUB_PATH -Value "C:\ccache"
111111
112112
- name: Setup ccache
113-
uses: actions/cache@v4
113+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
114114
with:
115115
# Should save cache only if run in the master branch of the base repo
116116
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push

0 commit comments

Comments
 (0)