Skip to content

Commit 8815bb7

Browse files
Merge remote-tracking branch 'origin/master' into SER-2527-journeys-skip-threshold-is-not-working-as-expected
2 parents c3ec6f4 + 7e700f4 commit 8815bb7

File tree

6 files changed

+47
-43
lines changed

6 files changed

+47
-43
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Log in to Docker Hub
51-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
51+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo ${{ steps.vars.outputs.tag }}
2727
2828
- name: Log in to Docker Hub
29-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
29+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -57,7 +57,7 @@ jobs:
5757
echo ${{ steps.vars.outputs.tag }}
5858
5959
- name: Log in to Docker Hub
60-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
60+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
echo ${{ steps.vars.outputs.tag }}
8989
9090
- name: Log in to Docker Hub
91-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
91+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
9292
with:
9393
username: ${{ secrets.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119
echo ${{ steps.vars.outputs.tag }}
120120
121121
- name: Log in to Docker Hub
122-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
122+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
123123
with:
124124
username: ${{ secrets.DOCKERHUB_USERNAME }}
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
## Version 25.03.XX
2-
32
Enterprise Fixes:
43
- [journey-engine] Fix for skip threshold check in concurrent requests
54

5+
Dependencies:
6+
- Bump get-random-values from 3.0.0 to 4.0.0
7+
- Bump puppeteer from 24.16.1 to 24.16.2
8+
9+
610
## Version 25.03.15
711
Enterprise Fixes:
812
- [cohorts] Unescape segmentation properties options to prevent duplicated values
913
- [ldap] Connection timeout values are added to LDAP config
1014

1115
## Version 25.03.14
12-
1316
Fixes:
1417
- [dashboard] Localized missing string in the dashboard
1518
- [localization] Added French translations
@@ -21,7 +24,7 @@ Dependencies:
2124
- Bump eslint-plugin-vue from 10.3.0 to 10.4.0
2225
- Bump fs-extra from 11.3.0 to 11.3.1
2326
- Bump lint-staged from 16.1.2 to 16.1.4
24-
- Bump puppeteer from 24.15.0 to 24.16.0
27+
- Bump puppeteer from 24.15.0 to 24.16.1
2528
- Bump sass from 1.89.2 to 1.90.0
2629
- Bump typescript from 5.8.3 to 5.9.2
2730

frontend/express/public/stylesheets/styles/manifest2.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"formidable": "2.1.3",
6666
"fs-extra": "11.3.1",
6767
"geoip-lite": "1.4.10",
68-
"get-random-values": "^3.0.0",
68+
"get-random-values": "^4.0.0",
6969
"grunt": "1.6.1",
7070
"grunt-cli": "1.5.0",
7171
"grunt-contrib-concat": "2.1.0",

0 commit comments

Comments
 (0)