Skip to content

Commit 70b9e06

Browse files
fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml
1 parent a93662f commit 70b9e06

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
1717
with:
1818
languages: go
1919

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

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

.github/workflows/tinygo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tinygo-version: ${{ matrix.tinygo-version }}
4040

4141
- name: Cache TinyGo build
42-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
42+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4343
with:
4444
path: |
4545
~/.cache/tinygo

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
github.com/corazawaf/coraza-coreruleset v0.0.0-20240226094324-415b1017abdc
2222
github.com/corazawaf/libinjection-go v0.2.2
2323
github.com/foxcpp/go-mockdns v1.1.0
24-
github.com/jcchavezs/mergefs v0.1.0
25-
github.com/kaptinlin/jsonschema v0.4.6
24+
github.com/jcchavezs/mergefs v0.1.1
25+
github.com/kaptinlin/jsonschema v0.4.15
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)