File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2020 with :
21- go-version : " 1.25.3 "
21+ go-version : " 1.25.4 "
2222
2323 - name : Set up Python
2424 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2222 with :
23- go-version : ' 1.25.3 '
23+ go-version : ' 1.25.4 '
2424
2525 - name : Test
2626 run : go test -v ./...
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/coreruleset/seclang_parser v0.2.0
88 github.com/magefile/mage v1.15.0
99 github.com/stretchr/testify v1.11.1
10- go.yaml.in/yaml/v4 v4.0.0-rc.2
10+ go.yaml.in/yaml/v4 v4.0.0-rc.3
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
1212github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
1313go.yaml.in/yaml/v4 v4.0.0-rc.2 h1:/FrI8D64VSr4HtGIlUtlFMGsm7H7pWTbj6vOLVZcA6s =
1414go.yaml.in/yaml/v4 v4.0.0-rc.2 /go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0 =
15+ go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go =
16+ go.yaml.in/yaml/v4 v4.0.0-rc.3 /go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0 =
1517golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM =
1618golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 /go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc =
1719gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments