Skip to content

Commit e26964e

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

15 files changed

+30
-30
lines changed

.github/workflows/check_licenses.yml

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

128128
# Upload the log file:
129129
- name: 'Upload log file'
130-
# Pin action to full length commit SHA corresponding to v3.1.3
131-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
130+
# Pin action to full length commit SHA
131+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
132132
if: always()
133133
with:
134134
# Define a name for the uploaded artifact:

.github/workflows/linux_benchmark.yml

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

246246
# Upload the log file:
247247
- name: 'Upload log file'
248-
# Pin action to full length commit SHA corresponding to v3.1.3
249-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
248+
# Pin action to full length commit SHA
249+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
250250
if: always()
251251
with:
252252
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/linux_examples.yml

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

246246
# Upload the log file:
247247
- name: 'Upload log file'
248-
# Pin action to full length commit SHA corresponding to v3.1.3
249-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
248+
# Pin action to full length commit SHA
249+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
250250
if: always()
251251
with:
252252
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/linux_test.yml

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

242242
# Upload the log file:
243243
- name: 'Upload log file'
244-
# Pin action to full length commit SHA corresponding to v3.1.3
245-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
244+
# Pin action to full length commit SHA
245+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
246246
if: always()
247247
with:
248248
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/linux_test_cov.yml

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

246246
# Upload the log file:
247247
- name: 'Upload log file'
248-
# Pin action to full length commit SHA corresponding to v3.1.3
249-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
248+
# Pin action to full length commit SHA
249+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
250250
if: always()
251251
with:
252252
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/linux_test_install.yml

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

266266
# Upload the log file:
267267
- name: 'Upload log file'
268-
# Pin action to full length commit SHA corresponding to v3.1.3
269-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
268+
# Pin action to full length commit SHA
269+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
270270
if: always()
271271
with:
272272
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/macos_benchmark.yml

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

232232
# Upload the log file:
233233
- name: 'Upload log file'
234-
# Pin action to full length commit SHA corresponding to v3.1.3
235-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
234+
# Pin action to full length commit SHA
235+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
236236
if: always()
237237
with:
238238
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/macos_test.yml

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

228228
# Upload the log file:
229229
- name: 'Upload log file'
230-
# Pin action to full length commit SHA corresponding to v3.1.3
231-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
230+
# Pin action to full length commit SHA
231+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
232232
if: always()
233233
with:
234234
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/macos_test_cov.yml

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

232232
# Upload the log file:
233233
- name: 'Upload log file'
234-
# Pin action to full length commit SHA corresponding to v3.1.3
235-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
234+
# Pin action to full length commit SHA
235+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
236236
if: always()
237237
with:
238238
# Define a name for the uploaded artifact (ensuring a unique name for each job):

.github/workflows/macos_test_npm_install.yml

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

225225
# Upload the log file:
226226
- name: 'Upload log file'
227-
# Pin action to full length commit SHA corresponding to v3.1.3
228-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
227+
# Pin action to full length commit SHA
228+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
229229
if: always()
230230
with:
231231
# Define a name for the uploaded artifact (ensuring a unique name for each job):

0 commit comments

Comments
 (0)