Skip to content

Commit 7ac5831

Browse files
committed
use updated libgnutls30t64 package
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
1 parent 0757b16 commit 7ac5831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/set-cve-updates/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ runs:
3131
if [[ "${{ inputs.dist }}" =~ ^(rhel|rocky) ]]; then
3232
echo "CVE_UPDATES=python3 python3-libs" >> $GITHUB_ENV
3333
elif [[ "${{ inputs.dist }}" =~ ^ubuntu ]]; then
34-
echo "CVE_UPDATES=libcap2 sed" >> $GITHUB_ENV
34+
echo "CVE_UPDATES=libcap2 sed libgnutls30t64" >> $GITHUB_ENV
3535
fi

0 commit comments

Comments
 (0)