Skip to content

Commit 0987245

Browse files
committed
build: move version comment to same line as commit hash
1 parent 74bf172 commit 0987245

36 files changed

Lines changed: 79 additions & 79 deletions

.github/workflows/check_licenses.yml

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

8181
# Install Node.js:
8282
- name: 'Install Node.js'
83-
# Pin action to full length commit SHA corresponding to v3.8.1
84-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
83+
# Pin action to full length commit SHA
84+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
8585
with:
8686
node-version: '20' # 'lts/*'
8787
timeout-minutes: 5

.github/workflows/codeql.yml

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

113113
# Install Node.js:
114114
- name: 'Install Node.js'
115-
# Pin action to full length commit SHA corresponding to v3.8.1
116-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
115+
# Pin action to full length commit SHA
116+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
117117
with:
118118
node-version: '20' # 'lts/*'
119119
timeout-minutes: 5

.github/workflows/lint_changed_files.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666

6767
# Install Node.js:
6868
- name: 'Install Node.js'
69-
# Pin action to full length commit SHA corresponding to v3.8.1
70-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
69+
# Pin action to full length commit SHA
70+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
7171
with:
7272
node-version: '20' # 'lts/*'
7373
timeout-minutes: 5
@@ -246,8 +246,8 @@ jobs:
246246
# Setup R:
247247
- name: 'Setup R'
248248
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
249-
# Pin action to full length commit SHA corresponding to v2.6.4
250-
uses: r-lib/actions/setup-r@3e80f8fe880a36a9f35bf3e832f1bef8af687b69
249+
# Pin action to full length commit SHA
250+
uses: r-lib/actions/setup-r@3e80f8fe880a36a9f35bf3e832f1bef8af687b69 # v2.6.4
251251
with:
252252
r-version: '3.5.3'
253253

.github/workflows/lint_random_files.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999

100100
# Install Node.js:
101101
- name: 'Install Node.js'
102-
# Pin action to full length commit SHA corresponding to v3.8.1
103-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
102+
# Pin action to full length commit SHA
103+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
104104
with:
105105
node-version: '20' # 'lts/*'
106106
timeout-minutes: 5
@@ -308,8 +308,8 @@ jobs:
308308
# Setup R:
309309
- name: 'Setup R'
310310
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
311-
# Pin action to full length commit SHA corresponding to v2.6.4
312-
uses: r-lib/actions/setup-r@3e80f8fe880a36a9f35bf3e832f1bef8af687b69
311+
# Pin action to full length commit SHA
312+
uses: r-lib/actions/setup-r@3e80f8fe880a36a9f35bf3e832f1bef8af687b69 # v2.6.4
313313
with:
314314
r-version: '3.5.3'
315315

.github/workflows/linux_benchmark.yml

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

175175
# Install Node.js:
176176
- name: 'Install Node.js'
177-
# Pin action to full length commit SHA corresponding to v3.8.1
178-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
177+
# Pin action to full length commit SHA
178+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
179179
with:
180180
node-version: ${{ matrix.NODE_VERSION }}
181181
timeout-minutes: 5

.github/workflows/linux_examples.yml

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

175175
# Install Node.js:
176176
- name: 'Install Node.js'
177-
# Pin action to full length commit SHA corresponding to v3.8.1
178-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
177+
# Pin action to full length commit SHA
178+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
179179
with:
180180
node-version: ${{ matrix.NODE_VERSION }}
181181
timeout-minutes: 5

.github/workflows/linux_test.yml

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

171171
# Install Node.js:
172172
- name: 'Install Node.js'
173-
# Pin action to full length commit SHA corresponding to v3.8.1
174-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
173+
# Pin action to full length commit SHA
174+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
175175
with:
176176
node-version: ${{ matrix.NODE_VERSION }}
177177
timeout-minutes: 5

.github/workflows/linux_test_cov.yml

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

175175
# Install Node.js:
176176
- name: 'Install Node.js'
177-
# Pin action to full length commit SHA corresponding to v3.8.1
178-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
177+
# Pin action to full length commit SHA
178+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
179179
with:
180180
node-version: ${{ matrix.NODE_VERSION }}
181181
timeout-minutes: 5

.github/workflows/linux_test_install.yml

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

201201
# Install Node.js:
202202
- name: 'Install Node.js'
203-
# Pin action to full length commit SHA corresponding to v3.8.1
204-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
203+
# Pin action to full length commit SHA
204+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
205205
with:
206206
node-version: ${{ matrix.NODE_VERSION }}
207207
timeout-minutes: 5

.github/workflows/macos_benchmark.yml

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

161161
# Install Node.js:
162162
- name: 'Install Node.js'
163-
# Pin action to full length commit SHA corresponding to v3.8.1
164-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
163+
# Pin action to full length commit SHA
164+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
165165
with:
166166
node-version: ${{ matrix.NODE_VERSION }}
167167
timeout-minutes: 5

0 commit comments

Comments
 (0)