File tree Expand file tree Collapse file tree 6 files changed +2150
-2098
lines changed
Expand file tree Collapse file tree 6 files changed +2150
-2098
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Install Go
20- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
20+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2121 with :
22- go-version : 1.24 .x
22+ go-version : 1.25 .x
2323
2424 - name : Checkout code
25- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2626 with :
2727 lfs : true
2828 fetch-depth : 0 # for better blame info
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1313 with :
1414 submodules : true # Fetch Hugo themes (true OR recursive)
1515 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Install Go
18- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
18+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1919 with :
20- go-version : 1.24 .x
20+ go-version : 1.25 .x
2121
2222 - name : Checkout code
23- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
23+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424 with :
2525 lfs : true
2626 fetch-depth : 0 # for better blame info
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/corazawaf/coraza.io
22
33go 1.23.0
44
5- toolchain go1.23.7
5+ toolchain go1.23.12
66
77require (
88 github.com/corazawaf/coraza/v3 v3.2.2-0.20241015082545-7714a9b89615
You can’t perform that action at this time.
0 commit comments