Skip to content

Commit 5e17582

Browse files
committed
use hash
1 parent ba3a6e1 commit 5e17582

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lib-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
apt-get update -y && apt-get -y --no-install-recommends install clamav ca-certificates
2727
freshclam
2828
- name: Cache clamav databases
29-
uses: actions/cache/save@v4
29+
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3030
with:
3131
path: /var/lib/clamav
3232
key: clamav-${{ runner.os }}-${{ github.run_id }}
@@ -81,7 +81,7 @@ jobs:
8181
image-ref: ${{ inputs.registry }}/${{ matrix.image }}:${{ inputs.image_tag }}
8282
exit-code: 1
8383
- name: Retrieve AV database
84-
uses: actions/cache/restore@v4
84+
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
8585
with:
8686
name: av-database
8787
key: clamav-${{ runner.os }}-${{ github.run_id }}

0 commit comments

Comments
 (0)