-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mattermost-10.2/10.2.1-r0: fix GHSA-v778-237x-gjrc
- Loading branch information
1 parent
595e2f2
commit e4f376e
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|