Skip to content

Commit

Permalink
mattermost-10.2/10.2.1-r0: fix GHSA-v778-237x-gjrc
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] committed Dec 13, 2024
1 parent 595e2f2 commit e4f376e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mattermost-10.2.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -44,6 +44,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: d5218ee031bcd31f69a027b183cac72a6142b351

- uses: go/bump
with:
deps: golang.org/x/[email protected]

- runs: |
mkdir -p ${{targets.contextdir}}/usr/bin
for dir in bin data logs config plugins fonts i18n templates client test; do
Expand Down

0 comments on commit e4f376e

Please sign in to comment.