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 cb282ca + 5f6860d commit bfc1a53Copy full SHA for bfc1a53
.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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
33
with:
34
path: /var/lib/clamav
35
key: clamav-${{ github.run_id }}
@@ -89,7 +89,7 @@ jobs:
89
sudo mkdir -p /var/lib/clamav
90
sudo chmod a+rwx /var/lib/clamav
91
- name: Retrieve AV database
92
- uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
93
94
95
0 commit comments