Skip to content

Commit 657866a

Browse files
committed
build: move version comment to same line as commit hash
1 parent 6ff6caf commit 657866a

File tree

59 files changed

+150
-148
lines changed

Some content is hidden

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

59 files changed

+150
-148
lines changed

.github/workflows/check_licenses.yml

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

5454
# Checkout the repository:
5555
- name: 'Checkout repository'
56-
# Pin action to full length commit SHA corresponding to v4.1.0
57-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
56+
# Pin action to full length commit SHA
57+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: false

.github/workflows/check_required_files.yml

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

4343
# Checkout the repository:
4444
- name: 'Checkout repository'
45-
# Pin action to full length commit SHA corresponding to v4.1.0
46-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
45+
# Pin action to full length commit SHA
46+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
4747
with:
4848
# Specify whether to remove untracked files before checking out the repository:
4949
clean: true

.github/workflows/codeql.yml

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

8585
# Checkout the repository:
8686
- name: 'Checkout repository'
87-
# Pin action to full length commit SHA corresponding to v4.1.0
88-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
87+
# Pin action to full length commit SHA
88+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
8989
with:
9090
# Specify whether to remove untracked files before checking out the repository:
9191
clean: false

.github/workflows/lint_changed_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
steps:
4747
# Checkout the repository:
4848
- name: 'Checkout repository'
49-
# Pin action to full length commit SHA corresponding to v4.1.0
50-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+
# Pin action to full length commit SHA
50+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5151
with:
5252
# Specify whether to remove untracked files before checking out the repository:
5353
clean: true

.github/workflows/lint_random_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
steps:
8585
# Checkout the repository:
8686
- name: 'Checkout repository'
87-
# Pin action to full length commit SHA corresponding to v4.1.0
88-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
87+
# Pin action to full length commit SHA
88+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
8989
with:
9090
# Specify whether to remove untracked files before checking out the repository:
9191
clean: true

.github/workflows/linux_benchmark.yml

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

132132
# Checkout the repository:
133133
- name: 'Checkout repository'
134-
# Pin action to full length commit SHA corresponding to v4.1.0
135-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
134+
# Pin action to full length commit SHA
135+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
136136
with:
137137
# Specify whether to remove untracked files before checking out the repository:
138138
clean: false

.github/workflows/linux_examples.yml

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

132132
# Checkout the repository:
133133
- name: 'Checkout repository'
134-
# Pin action to full length commit SHA corresponding to v4.1.0
135-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
134+
# Pin action to full length commit SHA
135+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
136136
with:
137137
# Specify whether to remove untracked files before checking out the repository:
138138
clean: false

.github/workflows/linux_test.yml

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

128128
# Checkout the repository:
129129
- name: 'Checkout repository'
130-
# Pin action to full length commit SHA corresponding to v4.1.0
131-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
130+
# Pin action to full length commit SHA
131+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
132132
with:
133133
# Specify whether to remove untracked files before checking out the repository:
134134
clean: false

.github/workflows/linux_test_cov.yml

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

132132
# Checkout the repository:
133133
- name: 'Checkout repository'
134-
# Pin action to full length commit SHA corresponding to v4.1.0
135-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
134+
# Pin action to full length commit SHA
135+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
136136
with:
137137
# Specify whether to remove untracked files before checking out the repository:
138138
clean: false

.github/workflows/linux_test_install.yml

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

159159
# Checkout the repository:
160160
- name: 'Checkout repository'
161-
# Pin action to full length commit SHA corresponding to v4.1.0
162-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
161+
# Pin action to full length commit SHA
162+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
163163
with:
164164
# Specify whether to remove untracked files before checking out the repository:
165165
clean: false

0 commit comments

Comments
 (0)