We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3a6e1 commit 5e17582Copy full SHA for 5e17582
1 file changed
.github/workflows/lib-publish.yaml
@@ -26,7 +26,7 @@ jobs:
26
apt-get update -y && apt-get -y --no-install-recommends install clamav ca-certificates
27
freshclam
28
- name: Cache clamav databases
29
- uses: actions/cache/save@v4
+ uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
30
with:
31
path: /var/lib/clamav
32
key: clamav-${{ runner.os }}-${{ github.run_id }}
@@ -81,7 +81,7 @@ jobs:
81
image-ref: ${{ inputs.registry }}/${{ matrix.image }}:${{ inputs.image_tag }}
82
exit-code: 1
83
- name: Retrieve AV database
84
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
85
86
name: av-database
87
0 commit comments