Skip to content

Commit 41fcb22

Browse files
chore(deps): update all non-major dependencies in package.json (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ecc39b commit 41fcb22

File tree

6 files changed

+2150
-2098
lines changed

6 files changed

+2150
-2098
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/corazawaf/coraza.io
22

33
go 1.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.23.12
66

77
require (
88
github.com/corazawaf/coraza/v3 v3.2.2-0.20241015082545-7714a9b89615

0 commit comments

Comments
 (0)