Skip to content

Commit b39b811

Browse files
authored
Merge branch 'main' into main
2 parents c31652a + f5265a1 commit b39b811

File tree

11 files changed

+641
-114
lines changed

11 files changed

+641
-114
lines changed

.github/workflows/assets/accesslist.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
name: 4211421036
1414
access: deny
1515
reference: https://github.com/arduino/library-registry/pull/6269#pullrequestreview-2813557457
16-
- host: github.com
17-
name: 7Semi
18-
access: deny
19-
reference: https://github.com/arduino/library-registry/pull/5734#pullrequestreview-2548818476
2016
- host: github.com
2117
name: ajangrahmat
2218
access: deny
@@ -37,6 +33,10 @@
3733
name: galihru
3834
access: deny
3935
reference: https://github.com/arduino/library-registry/pull/6514#pullrequestreview-2969201873
36+
- host: github.com
37+
name: jaderobotics-AN
38+
access: deny
39+
reference: https://github.com/arduino/library-registry/issues/7270#issuecomment-3551554185
4040
- host: github.com
4141
name: kelasrobot
4242
access: deny
@@ -45,6 +45,10 @@
4545
name: Subodh-roy2
4646
access: deny
4747
reference: https://github.com/arduino/library-registry/pull/4422#issuecomment-2589051618
48+
- host: github.com
49+
name: Rmin-code2005
50+
access: deny
51+
reference: https://github.com/arduino/library-registry/issues/7350#issuecomment-3611960375
4852
- host: github.com
4953
name: vpbharath
5054
access: deny
@@ -53,3 +57,7 @@
5357
name: YoavPaz
5458
access: deny
5559
reference: https://github.com/arduino/library-registry/pull/5741#issuecomment-2589016403
60+
- host: github.com
61+
name: tremaru
62+
access: deny
63+
reference: https://github.com/arduino/library-registry/pull/6697

.github/workflows/check-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Install Ruby
4040
uses: ruby/setup-ruby@v1

.github/workflows/check-markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Initialize markdownlint-cli problem matcher
4040
uses: xt0rted/markdownlint-problem-matcher@v3
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout repository
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454

5555
- name: Determine whether only modified files should be checked
5656
id: check-modified

.github/workflows/check-prettier-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212

213213
steps:
214214
- name: Checkout repository
215-
uses: actions/checkout@v4
215+
uses: actions/checkout@v6
216216

217217
- name: Install Prettier
218218
run: sudo npm install --global prettier

.github/workflows/check-toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: Install markdown-toc
3939
run: sudo npm install --global markdown-toc

.github/workflows/check-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Download JSON schema for GitHub Actions workflows
2828
id: download-schema

.github/workflows/check-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v6
7171

7272
- name: Check YAML
7373
continue-on-error: ${{ matrix.configuration.continue-on-error }}

.github/workflows/manage-prs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
115115

116116
- name: Upload diff file to workflow artifact
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v6
118118
with:
119119
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
120120
name: ${{ steps.configuration.outputs.artifact }}
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the tip of the default branch (this is the action's default ref input value when workflow is triggered
138138
# by an issue_comment or pull_request_target event).
139139
- name: Checkout local repository
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141

142142
- name: Download submission parser
143143
id: download-parser
@@ -147,7 +147,7 @@ jobs:
147147
location: ${{ runner.temp }}
148148

149149
- name: Download diff
150-
uses: actions/download-artifact@v4
150+
uses: actions/download-artifact@v7
151151
with:
152152
path: ${{ needs.diff.outputs.path }}
153153
name: ${{ needs.diff.outputs.artifact }}
@@ -456,7 +456,7 @@ jobs:
456456
# So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
457457
- name: Upload failure flag artifact
458458
if: env.PASS == 'false'
459-
uses: actions/upload-artifact@v4
459+
uses: actions/upload-artifact@v6
460460
with:
461461
if-no-files-found: error
462462
include-hidden-files: true
@@ -475,7 +475,7 @@ jobs:
475475

476476
steps:
477477
- name: Download submission check failure flag artifacts
478-
uses: actions/download-artifact@v4
478+
uses: actions/download-artifact@v7
479479
with:
480480
path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
481481
pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*
@@ -594,7 +594,7 @@ jobs:
594594

595595
- name: Checkout index source branch
596596
if: steps.merge.outcome == 'success'
597-
uses: actions/checkout@v4
597+
uses: actions/checkout@v6
598598
with:
599599
ref: production
600600

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Spell check
2525
uses: codespell-project/actions-codespell@master

.github/workflows/sync-labels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Download JSON schema for labels configuration file
3333
id: download-schema
@@ -70,7 +70,7 @@ jobs:
7070
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171

7272
- name: Pass configuration files to next job via workflow artifact
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v6
7474
with:
7575
path: |
7676
*.yaml
@@ -105,10 +105,10 @@ jobs:
105105
echo "::set-output name=flag::--dry-run"
106106
107107
- name: Checkout repository
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v6
109109

110110
- name: Download configuration file artifacts
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v7
112112
with:
113113
merge-multiple: true
114114
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)