Skip to content

Commit df32e9f

Browse files
committed
pr fixes: test v1.23.3
1 parent 991e2ad commit df32e9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout code
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v5
99
- name: Set up JDK 8
1010
uses: actions/setup-java@v3
1111
with:

.github/workflows/ci_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
MOCK_COLLECTOR_IMAGE_TAG: 2.0.6
2929
SAMPLE_SITE_IMAGE_TAG: 1.0.0
30-
ENFORCER_SPEC_TESTS_IMAGE_TAG: 1.23.2
30+
ENFORCER_SPEC_TESTS_IMAGE_TAG: 1.23.3
3131

3232
runs-on: ubuntu-latest
3333
timeout-minutes: 60

.github/workflows/fuzzer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mode: [ "url", "first_party", "headers", "cookies", "user_agent" ]
3636

3737
runs-on: ubuntu-latest
38-
timeout-minutes: 90
38+
timeout-minutes: 60
3939
needs:
4040
- extract_version
4141

@@ -146,7 +146,7 @@ jobs:
146146
--set mode=$FUZZ_MODE \
147147
--set siteURL=$SITE_URL \
148148
--wait \
149-
--timeout 90m0s \
149+
--timeout 60m0s \
150150
--wait-for-jobs
151151
env:
152152
FUZZ_MODE: ${{ matrix.mode }}

0 commit comments

Comments
 (0)