Skip to content

Commit c4635dc

Browse files
committed
build: move version comment to same line as commit hash
1 parent e26964e commit c4635dc

15 files changed

+30
-30
lines changed

.github/workflows/linux_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ jobs:
303303

304304
# Send notification to Slack:
305305
- name: 'Send notification'
306-
# Pin action to full length commit SHA corresponding to v3.15.1
307-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
306+
# Pin action to full length commit SHA
307+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
308308
if: success()
309309
with:
310310
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ jobs:
303303

304304
# Send notification to Slack:
305305
- name: 'Send notification'
306-
# Pin action to full length commit SHA corresponding to v3.15.1
307-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
306+
# Pin action to full length commit SHA
307+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
308308
if: success()
309309
with:
310310
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ jobs:
299299

300300
# Send notification to Slack:
301301
- name: 'Send notification'
302-
# Pin action to full length commit SHA corresponding to v3.15.1
303-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
302+
# Pin action to full length commit SHA
303+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
304304
if: success()
305305
with:
306306
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_test_cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ jobs:
303303

304304
# Send notification to Slack:
305305
- name: 'Send notification'
306-
# Pin action to full length commit SHA corresponding to v3.15.1
307-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
306+
# Pin action to full length commit SHA
307+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
308308
if: success()
309309
with:
310310
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ jobs:
323323

324324
# Send notification to Slack:
325325
- name: 'Send notification'
326-
# Pin action to full length commit SHA corresponding to v3.15.1
327-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
326+
# Pin action to full length commit SHA
327+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
328328
if: success()
329329
with:
330330
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ jobs:
289289

290290
# Send notification to Slack:
291291
- name: 'Send notification'
292-
# Pin action to full length commit SHA corresponding to v3.15.1
293-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
292+
# Pin action to full length commit SHA
293+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
294294
if: success()
295295
with:
296296
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ jobs:
285285

286286
# Send notification to Slack:
287287
- name: 'Send notification'
288-
# Pin action to full length commit SHA corresponding to v3.15.1
289-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
288+
# Pin action to full length commit SHA
289+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
290290
if: success()
291291
with:
292292
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_test_cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ jobs:
289289

290290
# Send notification to Slack:
291291
- name: 'Send notification'
292-
# Pin action to full length commit SHA corresponding to v3.15.1
293-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
292+
# Pin action to full length commit SHA
293+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
294294
if: success()
295295
with:
296296
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_test_npm_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ jobs:
282282

283283
# Send notification to Slack:
284284
- name: 'Send notification'
285-
# Pin action to full length commit SHA corresponding to v3.15.1
286-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
285+
# Pin action to full length commit SHA
286+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
287287
if: success()
288288
with:
289289
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/markdown_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ jobs:
217217

218218
# Send notification to Slack:
219219
- name: 'Send notification'
220-
# Pin action to full length commit SHA corresponding to v3.15.1
221-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8
220+
# Pin action to full length commit SHA
221+
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
222222
if: success()
223223
with:
224224
status: "${{ env.NOTIFICATION_STATUS }}"

0 commit comments

Comments
 (0)