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 9758e1a + e39d325 commit 8aee039Copy full SHA for 8aee039
.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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
+ uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
+ uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
93
94
95
0 commit comments