From e4f376eb99980d3c255eeb413783e10c5f3744e7 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:13:46 +0000 Subject: [PATCH] mattermost-10.2/10.2.1-r0: fix GHSA-v778-237x-gjrc --- mattermost-10.2.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mattermost-10.2.yaml b/mattermost-10.2.yaml index 8558c41d921..07260181c57 100644 --- a/mattermost-10.2.yaml +++ b/mattermost-10.2.yaml @@ -1,7 +1,7 @@ package: name: mattermost-10.2 version: 10.2.1 - epoch: 0 + epoch: 1 description: "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle." copyright: - license: MIT @@ -44,6 +44,10 @@ pipeline: tag: v${{package.version}} expected-commit: d5218ee031bcd31f69a027b183cac72a6142b351 + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + - runs: | mkdir -p ${{targets.contextdir}}/usr/bin for dir in bin data logs config plugins fonts i18n templates client test; do