Skip to content

Commit 20b1904

Browse files
Merge branch 'binary-com:master' into master
2 parents 51e16b1 + 4b2d9df commit 20b1904

File tree

120 files changed

+9117
-7006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+9117
-7006
lines changed

.github/workflows/beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "New beta website - https://beta.deriv.com"
7171

7272
- name: Slack Notification 📣
73-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
73+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
7474
with:
7575
status: ${{ job.status }}
7676
fields: workflow,repo

.github/workflows/corewebvitals.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- Cumulative Layout Shift: ${{ steps.results.outputs.cls }}
6565
6666
- name: Slack Notification 📣
67-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
67+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
6868
if: ${{ failure() }}
6969
with:
7070
status: custom

.github/workflows/production-eu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: sites/eu/public
6666
retention-days: 5
6767
- name: Slack Notification 📣
68-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
68+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
6969
with:
7070
status: ${{ job.status }}
7171
fields: workflow,repo
@@ -130,7 +130,7 @@ jobs:
130130
./release.sh deriv-com ${{ github.ref_name }}
131131
132132
- name: Send Slack Notification on Docker Publish and Kubernetes Deployment Failure
133-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
133+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
134134
with:
135135
status: ${{ job.status }}
136136
fields: workflow,repo

.github/workflows/production-row.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: sites/row/public
6767
retention-days: 5
6868
- name: Slack Notification 📣
69-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
69+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
7070
with:
7171
status: ${{ job.status }}
7272
fields: workflow,repo
@@ -131,7 +131,7 @@ jobs:
131131
./release.sh deriv-com ${{ github.ref_name }}
132132
133133
- name: Send Slack Notification on Docker Publish and Kubernetes Deployment Failure
134-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
134+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
135135
with:
136136
status: ${{ job.status }}
137137
fields: workflow,repo

.github/workflows/smoketests-eu.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- name: Download artifact
2828
id: download-artifact
29-
uses: dawidd6/action-download-artifact@v2
29+
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
3030
with:
31-
workflow_conclusion: success
32-
run_id: ${{ github.event.workflow_run.id }}
31+
run-id: ${{ github.event.workflow_run.id }}
3332
name: 'pr-${{ github.event.workflow_run.id }}'
3433
path: pr
34+
github-token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Retrieve pull request
3737
id: pr_information

.github/workflows/smoketests-row.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- name: Download artifact
2828
id: download-artifact
29-
uses: dawidd6/action-download-artifact@v2
29+
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
3030
with:
31-
workflow_conclusion: success
32-
run_id: ${{ github.event.workflow_run.id }}
31+
run-id: ${{ github.event.workflow_run.id }}
3332
name: 'pr-${{ github.event.workflow_run.id }}'
3433
path: pr
34+
github-token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Retrieve pull request
3737
id: pr_information

.github/workflows/staging-eu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
./release.sh deriv-com ${GITHUB_SHA}
9696
9797
- name: Slack Notification 📣
98-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
98+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
9999
with:
100100
status: ${{ job.status }}
101101
fields: workflow,repo

.github/workflows/staging-row.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
./release.sh deriv-com ${GITHUB_SHA}
9696
9797
- name: Slack Notification 📣
98-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
98+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
9999
with:
100100
status: ${{ job.status }}
101101
fields: workflow,repo

.github/workflows/translation-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
CLEAN_BRANCH="${BRANCH//[^[:alnum:]-_]/}"
7171
crowdin upload sources -b $CLEAN_BRANCH -T ${{ secrets.CROWDIN_API_KEY }}; crowdin upload translations -b $CLEAN_BRANCH -T ${{ secrets.CROWDIN_API_KEY }}
7272
- name: Slack Notification 📣
73-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
73+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
7474
with:
7575
status: custom
7676
fields: workflow,job,commit,repo

.github/workflows/translation-sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Upload new strings to Crowdin
7171
crowdin upload sources -b master -T ${{ secrets.CROWDIN_API_KEY }}; crowdin upload translations -b master -T ${{ secrets.CROWDIN_API_KEY }}
7272
- name: Slack Notification 📣
73-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
73+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
7474
with:
7575
status: custom
7676
fields: workflow,job,commit,repo
@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TRANSLATION }}
8686
- name: Slack Notification for Release Managers 📣
87-
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
87+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
8888
with:
8989
status: custom
9090
fields: workflow,job,commit,repo

0 commit comments

Comments
 (0)