Skip to content

Commit 7fd2e36

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/puppeteer-24.23.0
2 parents 7e767f7 + 8103db4 commit 7fd2e36

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
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@v5
4949

5050
- name: Log in to Docker Hub
51-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
51+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
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@184bdaa0721073962dff0199f1fb9940f07167d1
29+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
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@184bdaa0721073962dff0199f1fb9940f07167d1
60+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
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@184bdaa0721073962dff0199f1fb9940f07167d1
91+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
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@184bdaa0721073962dff0199f1fb9940f07167d1
122+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
123123
with:
124124
username: ${{ secrets.DOCKERHUB_USERNAME }}
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}

api/utils/countly-request/package-lock.json

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

0 commit comments

Comments
 (0)