Skip to content

Commit 91b86a1

Browse files
committed
Auto-generated commit
1 parent f46e500 commit 91b86a1

File tree

8 files changed

+33
-20
lines changed

8 files changed

+33
-20
lines changed

Diff for: .github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-04-01T05:28:19.479Z

Diff for: .github/workflows/productionize.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ jobs:
340340
341341
# Send status to Slack channel if job fails:
342342
- name: 'Send status to Slack channel in case of failure'
343-
# Pin action to full length commit SHA corresponding to v2.0.0
344-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
343+
# Pin action to full length commit SHA
344+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
345345
with:
346346
status: ${{ job.status }}
347347
steps: ${{ toJson(steps) }}
@@ -514,8 +514,8 @@ jobs:
514514
515515
# Send status to Slack channel if job fails:
516516
- name: 'Send status to Slack channel in case of failure'
517-
# Pin action to full length commit SHA corresponding to v2.0.0
518-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
517+
# Pin action to full length commit SHA
518+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
519519
with:
520520
status: ${{ job.status }}
521521
steps: ${{ toJson(steps) }}
@@ -694,8 +694,8 @@ jobs:
694694
695695
# Send status to Slack channel if job fails:
696696
- name: 'Send status to Slack channel in case of failure'
697-
# Pin action to full length commit SHA corresponding to v2.0.0
698-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
697+
# Pin action to full length commit SHA
698+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
699699
with:
700700
status: ${{ job.status }}
701701
steps: ${{ toJson(steps) }}

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172
173173
# Send status to Slack channel if job fails:
174174
- name: 'Send status to Slack channel in case of failure'
175-
# Pin action to full length commit SHA corresponding to v2.0.0
176-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
175+
# Pin action to full length commit SHA
176+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
177177
with:
178178
status: ${{ job.status }}
179179
steps: ${{ toJson(steps) }}

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
9292
# Send status to Slack channel if job fails:
9393
- name: 'Send status to Slack channel in case of failure'
94-
# Pin action to full length commit SHA corresponding to v2.0.0
95-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
94+
# Pin action to full length commit SHA
95+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9696
with:
9797
status: ${{ job.status }}
9898
steps: ${{ toJson(steps) }}

Diff for: .github/workflows/test_bundles.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
9191
# Send notification to Slack channel if job fails:
9292
- name: 'Send status to Slack channel in case of failure'
93-
# Pin action to full length commit SHA corresponding to v2.0.0
94-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
93+
# Pin action to full length commit SHA
94+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9595
with:
9696
status: ${{ job.status }}
9797
steps: ${{ toJson(steps) }}
@@ -135,8 +135,8 @@ jobs:
135135
136136
# Send notification to Slack channel if job fails:
137137
- name: 'Send status to Slack channel in case of failure'
138-
# Pin action to full length commit SHA corresponding to v2.0.0
139-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
138+
# Pin action to full length commit SHA
139+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
140140
with:
141141
status: ${{ job.status }}
142142
steps: ${{ toJson(steps) }}
@@ -180,8 +180,8 @@ jobs:
180180
181181
# Send notification to Slack channel if job fails:
182182
- name: 'Send status to Slack channel in case of failure'
183-
# Pin action to full length commit SHA corresponding to v2.0.0
184-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
183+
# Pin action to full length commit SHA
184+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
185185
with:
186186
status: ${{ job.status }}
187187
steps: ${{ toJson(steps) }}

Diff for: .github/workflows/test_coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
114114
# Send Slack notification if job fails:
115115
- name: 'Send status to Slack channel in case of failure'
116-
# Pin action to full length commit SHA corresponding to v2.0.0
117-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
116+
# Pin action to full length commit SHA
117+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
118118
with:
119119
status: ${{ job.status }}
120120
steps: ${{ toJson(steps) }}

Diff for: .github/workflows/test_install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777

7878
# Send Slack notification if job fails:
7979
- name: 'Send notification to Slack in case of failure'
80-
# Pin action to full length commit SHA corresponding to v2.0.0
81-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
80+
# Pin action to full length commit SHA
81+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
8282
with:
8383
status: ${{ job.status }}
8484
steps: ${{ toJson(steps) }}

Diff for: CONTRIBUTORS

+12
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ Aman Bhansali <[email protected]>
1010
Amit Jimiwal <[email protected]>
1111
Anudeep Sanapala <[email protected]>
1212
Athan Reines <[email protected]>
13+
1314
Brendan Graetz <[email protected]>
1415
Bruno Fenzl <[email protected]>
16+
Bryan Elee <[email protected]>
1517
Chinmay Joshi <[email protected]>
1618
Christopher Dambamuromo <[email protected]>
1719
@@ -27,20 +29,24 @@ Jaimin Godhani <[email protected]>
2729
James Gelok <[email protected]>
2830
Jaysukh Makvana <[email protected]>
2931
Jithin KS <[email protected]>
32+
Joel Mathew Koshy <[email protected]>
3033
Joey Reed <[email protected]>
3134
Jordan Gallivan <[email protected]>
3235
Joris Labie <[email protected]>
3336
Justin Dennison <[email protected]>
3437
Karthik Prakash <[email protected]>
3538
39+
Krishnendu Das <[email protected]>
3640
3741
Manik Sharma <[email protected]>
3842
Marcus Fantham <[email protected]>
3943
Matt Cochrane <[email protected]>
4044
Mihir Pandit <[email protected]>
4145
Milan Raj <[email protected]>
4246
Momtchil Momtchev <[email protected]>
47+
Muhammad Haris <[email protected]>
4348
Naresh Jagadeesan <[email protected]>
49+
NightKnight <[email protected]>
4450
Nithin Katta <[email protected]>
4551
Ognjen Jevremović <[email protected]>
4652
Oneday12323 <[email protected]>
@@ -50,6 +56,7 @@ Pranav Goswami <[email protected]>
5056
5157
5258
59+
Pushpendra Chandravanshi <[email protected]>
5360
Raunak Kumar Gupta <[email protected]>
5461
Rejoan Sardar <[email protected]>
5562
Ricky Reusser <[email protected]>
@@ -60,15 +67,20 @@ Ryan Seal <[email protected]>
6067
Sai Srikar Dumpeti <[email protected]>
6168
Seyyed Parsa Neshaei <[email protected]>
6269
Shashank Shekhar Singh <[email protected]>
70+
6371
Shraddheya Shendre <[email protected]>
6472
Shubham Mishra <[email protected]>
6573
Snehil Shah <[email protected]>
6674
Spandan Barve <[email protected]>
6775
Stephannie Jiménez Gacha <[email protected]>
76+
Suraj kumar <[email protected]>
77+
Tirtadwipa Manunggal <[email protected]>
78+
Tudor Pagu <[email protected]>
6879
Utkarsh <http://[email protected]>
6980
Utkarsh Raj <[email protected]>
7081
Varad Gupta <[email protected]>
7182
Yernar Yergaziyev <[email protected]>
83+
7284
nishant-s7 <[email protected]>
7385
orimiles5 <[email protected]>
7486

0 commit comments

Comments
 (0)