We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a32b64 + 6f11b77 commit 944363bCopy full SHA for 944363b
.github/workflows/lib-publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
sudo systemctl stop clamav-freshclam.service
30
sudo freshclam
31
- name: Cache clamav databases
32
- uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
33
with:
34
path: /var/lib/clamav
35
key: clamav-${{ github.run_id }}
@@ -85,7 +85,7 @@ jobs:
85
sudo mkdir -p /var/lib/clamav
86
sudo chmod a+rwx /var/lib/clamav
87
- name: Retrieve AV database
88
- uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
89
90
91
0 commit comments