Skip to content

Commit 3d8a2c1

Browse files
fix(deps): update all non-major dependencies in testing/coreruleset/go.mod
1 parent a93662f commit 3d8a2c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414

1515
- name: Initialize CodeQL
16-
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3
16+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
1717
with:
1818
languages: go
1919

2020
- name: Autobuild
21-
uses: github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3
21+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3
2222

2323
- name: Perform CodeQL Analysis
24-
uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3
24+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/corazawaf/libinjection-go v0.2.2
2323
github.com/foxcpp/go-mockdns v1.1.0
2424
github.com/jcchavezs/mergefs v0.1.0
25-
github.com/kaptinlin/jsonschema v0.4.6
25+
github.com/kaptinlin/jsonschema v0.4.14
2626
github.com/magefile/mage v1.15.1-0.20250615140142-78acbaf2e3ae
2727
github.com/mccutchen/go-httpbin/v2 v2.18.3
2828
github.com/petar-dambovaliev/aho-corasick v0.0.0-20250424160509-463d218d4745

testing/coreruleset/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/bmatcuk/doublestar/v4 v4.9.1
7-
github.com/corazawaf/coraza-coreruleset/v4 v4.17.1
7+
github.com/corazawaf/coraza-coreruleset/v4 v4.18.0
88
github.com/corazawaf/coraza/v3 v3.3.3
99
github.com/coreruleset/albedo v0.2.0
1010
github.com/coreruleset/go-ftw v1.3.0

0 commit comments

Comments
 (0)