diff options
author | Jason Song <i@wolfogre.com> | 2023-04-07 20:12:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 20:12:10 +0800 |
commit | ecf34fcd899fecad9782eea3097a4c38f9fe258b (patch) | |
tree | a83daec1574cc96fdba52033da6b9b632fc0c7cf /go.mod | |
parent | 88033438aa8214569913899a17b19b57bd609d97 (diff) | |
download | gitea-ecf34fcd899fecad9782eea3097a4c38f9fe258b.tar.gz gitea-ecf34fcd899fecad9782eea3097a4c38f9fe258b.zip |
Do not crash when parsing an invalid workflow file (#23972)
Fix #23658.
Related to https://gitea.com/gitea/act/pulls/39
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142 replace github.com/blevesearch/zapx/v15 v15.3.6 => github.com/zeripath/zapx/v15 v15.3.6-alignment-fix -replace github.com/nektos/act => gitea.com/gitea/act v0.243.2-0.20230329055922-5e76853b55ab +replace github.com/nektos/act => gitea.com/gitea/act v0.243.3-0.20230407083103-5c4a96bcb797 exclude github.com/gofrs/uuid v3.2.0+incompatible |