Skip to content

Commit 1fd9bb5

Browse files
fix(deps): update all non-major dependencies in .github/workflows/test.yaml
1 parent 09f4b9e commit 1fd9bb5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/.nigthly-coraza-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Install Go
21-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
21+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
cache: true

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Install Go
20-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
20+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2121
with:
2222
go-version: ${{ env.GO_VERSION }}
2323
cache: true

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
- name: Install Go
25-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
25+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828
cache: true

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module github.com/corazawaf/coraza-playground
22

33
go 1.22.3
44

5-
toolchain go1.22.7
5+
toolchain go1.23.8
66

77
require (
8-
github.com/corazawaf/coraza-coreruleset/v4 v4.5.0
8+
github.com/corazawaf/coraza-coreruleset/v4 v4.9.0
99
github.com/corazawaf/coraza/v3 v3.3.3
1010
github.com/magefile/mage v1.15.1-0.20241126214340-bdc92f694516
1111
)

html/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
integrity="sha512-ko126qQFbKcm6gq2VhnDX2dovcTnPYiHgfXRqULc+FhoeiZq5fah/l6v9HOMh5Z1R1nrDQG8oo8bJL3kLrHcnw=="
3232
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
3333
<script src="https://codemirror.net/5/addon/display/placeholder.js"></script>
34-
<script src="https://cdnjs.cloudflare.com/ajax/libs/json2html/3.2.0/json2html.min.js"></script>
35-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
36-
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
34+
<script src="https://cdnjs.cloudflare.com/ajax/libs/json2html/3.3.3/json2html.min.js"></script>
35+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
36+
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
3737
crossorigin="anonymous" referrerpolicy="no-referrer" />
3838
<style>
3939
body {

public/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
integrity="sha512-ko126qQFbKcm6gq2VhnDX2dovcTnPYiHgfXRqULc+FhoeiZq5fah/l6v9HOMh5Z1R1nrDQG8oo8bJL3kLrHcnw=="
3232
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
3333
<link rel="stylesheet" href="app.css" />
34-
<script src="https://cdnjs.cloudflare.com/ajax/libs/json2html/3.2.0/json2html.min.js"></script>
35-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
36-
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
34+
<script src="https://cdnjs.cloudflare.com/ajax/libs/json2html/3.3.3/json2html.min.js"></script>
35+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
36+
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
3737
crossorigin="anonymous" referrerpolicy="no-referrer" />
3838

3939
</head>

0 commit comments

Comments
 (0)