Skip to content

Commit 4006cc1

Browse files
committed
Auto-generated commit
1 parent 2e47c6d commit 4006cc1

File tree

8 files changed

+33
-20
lines changed

8 files changed

+33
-20
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-04-01T03:01:49.776Z

.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) }}

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ jobs:
214214
215215
# Send status to Slack channel if job fails:
216216
- name: 'Send status to Slack channel in case of failure'
217-
# Pin action to full length commit SHA corresponding to v2.0.0
218-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
217+
# Pin action to full length commit SHA
218+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
219219
with:
220220
status: ${{ job.status }}
221221
steps: ${{ toJson(steps) }}

.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) }}

.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) }}

.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) }}

.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) }}

CONTRIBUTORS

+12
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ Aman Bhansali <bhansali.1@iitj.ac.in>
1010
Amit Jimiwal <amitjimiwal45@gmail.com>
1111
Anudeep Sanapala <anudeep0306@gmail.com>
1212
Athan Reines <kgryte@gmail.com>
13+
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
1314
Brendan Graetz <bguiz@users.noreply.github.com>
1415
Bruno Fenzl <brunofenzl@gmail.com>
16+
Bryan Elee <rxbryn@gmail.com>
1517
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
1618
Christopher Dambamuromo <chridam@gmail.com>
1719
Dan Rose <danoftheroses@gmail.com>
@@ -27,20 +29,24 @@ Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
2729
James Gelok <jdgelok@gmail.com>
2830
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
2931
Jithin KS <jithinks112@gmail.com>
32+
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3033
Joey Reed <joeyrreed@gmail.com>
3134
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3235
Joris Labie <joris.labie1@gmail.com>
3336
Justin Dennison <justin1dennison@gmail.com>
3437
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
3538
Khaldon <kahmd1444@gmail.com>
39+
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
3640
Lovelin <100030865+lovelindhoni@users.noreply.github.com>
3741
Manik Sharma <maniksharma.rke@gmail.com>
3842
Marcus Fantham <mfantham@users.noreply.github.com>
3943
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4044
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4145
Milan Raj <rajsite@users.noreply.github.com>
4246
Momtchil Momtchev <momtchil@momtchev.com>
47+
Muhammad Haris <harriskhan047@outlook.com>
4348
Naresh Jagadeesan <naresh.naresh000@gmail.com>
49+
NightKnight <Ahmedatwa866@yahoo.com>
4450
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
4551
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
4652
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
@@ -50,6 +56,7 @@ Pranav Goswami <goswami.4@iitj.ac.in>
5056
Praneki <97080887+PraneGIT@users.noreply.github.com>
5157
Pratik <97464067+Pratik772846@users.noreply.github.com>
5258
Priyansh <88396544+itsspriyansh@users.noreply.github.com>
59+
Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
5360
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
5461
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
5562
Ricky Reusser <rsreusser@gmail.com>
@@ -60,15 +67,20 @@ Ryan Seal <splrk@users.noreply.github.com>
6067
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
6168
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
6269
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
70+
Shivam <11shivam00@gmail.com>
6371
Shraddheya Shendre <shendreshraddheya@gmail.com>
6472
Shubham Mishra <shubh622005@gmail.com>
6573
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
6674
Spandan Barve <contact@marsian.dev>
6775
Stephannie Jiménez Gacha <steff456@hotmail.com>
76+
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
77+
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
78+
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
6879
Utkarsh <http://utkarsh11105@gmail.com>
6980
Utkarsh Raj <rajutkarsh2505@gmail.com>
7081
Varad Gupta <varadgupta21@gmail.com>
7182
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
83+
naveen <stupiddint@gmail.com>
7284
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
7385
orimiles5 <97595296+orimiles5@users.noreply.github.com>
7486
rei2hu <reimu@reimu.ws>

0 commit comments

Comments
 (0)