Skip to content

Commit 89b8851

Browse files
victoryforceTurboGit
authored andcommitted
Bump exiv2 for nightly AppImage build
The updated version fixes a security vulnerability: GHSA-38h4-fx85-qcx7
1 parent ffc82ef commit 89b8851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
libxfixes-dev;
108108
- name: Build and install a more recent version of exiv2
109109
run: |
110-
git clone --branch v0.28.4 --depth 1 https://github.com/Exiv2/exiv2 src-exiv2
110+
git clone --branch v0.28.5 --depth 1 https://github.com/Exiv2/exiv2 src-exiv2
111111
cd src-exiv2
112112
cmake -S . -B build -G Ninja \
113113
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)