Skip to content

Commit 848324c

Browse files
committed
Merge branch 'main' into release52
2 parents 9a0bbc6 + 4804da8 commit 848324c

File tree

31 files changed

+155
-106
lines changed

31 files changed

+155
-106
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
and to help the community to collaborate in troubleshooting and fixing them.
1414
1515
Before you post, be sure to read our Contribution guidelines:
16-
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
16+
https://sofie-automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1717
1818
- type: textarea
1919
attributes:

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
attributes:
1111
value: |
1212
Before you post, be sure to read our Contribution guidelines:
13-
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
13+
https://sofie-automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1414
1515
- type: textarea
1616
attributes:

.github/PULL-REQUEST-TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Before you open a PR, be sure to read our Contribution guidelines:
3-
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
3+
https://sofie-automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
44
-->
55

66
## About the Contributor
@@ -79,4 +79,4 @@ If they're not, please open the PR as a Draft.
7979
- [ ] PR is ready to be reviewed.
8080
- [ ] The functionality has been tested by the author.
8181
- [ ] Relevant unit tests has been added / updated.
82-
- [ ] Relevant documentation (code comments, [system documentation](https://sofie-automation.github.io/sofie-core//)) has been added / updated.
82+
- [ ] Relevant documentation (code comments, [system documentation](https://sofie-automation.github.io/sofie-core/)) has been added / updated.

.github/dependabot.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@ version: 2
22
updates:
33
# Enable version updates for npm
44
- package-ecosystem: "npm"
5-
# Look for `package.json` and `lock` files in the `root` directory
65
directory: "/"
7-
# Check the npm registry for updates every day (weekdays)
86
schedule:
97
interval: "daily"
108
# Only create security updates
119
open-pull-requests-limit: 0
12-
# Default reviewers
10+
reviewers:
11+
- "@Sofie-Automation/maintainers"
12+
- package-ecosystem: "npm"
13+
directory: "/meteor"
14+
schedule:
15+
interval: "daily"
16+
# Only create security updates
17+
open-pull-requests-limit: 0
18+
reviewers:
19+
- "@Sofie-Automation/maintainers"
20+
- package-ecosystem: "npm"
21+
directory: "/packages"
22+
schedule:
23+
interval: "daily"
24+
# Only create security updates
25+
open-pull-requests-limit: 0
1326
reviewers:
1427
- "@Sofie-Automation/maintainers"
1528

.github/workflows/audit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
continue-on-error: true
1212
timeout-minutes: 15
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
1717
- name: Use Node.js
@@ -41,7 +41,7 @@ jobs:
4141
continue-on-error: true
4242
timeout-minutes: 15
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747
- name: Use Node.js
@@ -83,7 +83,7 @@ jobs:
8383
- live-status-gateway
8484

8585
steps:
86-
- uses: actions/checkout@v5
86+
- uses: actions/checkout@v6
8787
with:
8888
persist-credentials: false
8989
- name: Use Node.js
@@ -116,7 +116,7 @@ jobs:
116116
timeout-minutes: 15
117117

118118
steps:
119-
- uses: actions/checkout@v5
119+
- uses: actions/checkout@v6
120120
with:
121121
persist-credentials: false
122122
- name: Use Node.js

.github/workflows/node.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
continue-on-error: true
1717
timeout-minutes: 15
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
- name: Use Node.js
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
timeout-minutes: 30
5959
steps:
60-
- uses: actions/checkout@v5
60+
- uses: actions/checkout@v6
6161
with:
6262
persist-credentials: false
6363
- name: Use Node.js
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
timeout-minutes: 30
106106
steps:
107-
- uses: actions/checkout@v5
107+
- uses: actions/checkout@v6
108108
with:
109109
persist-credentials: false
110110
- name: Determine if images should be published to DockerHub
@@ -284,7 +284,7 @@ jobs:
284284
gateway-name: [playout-gateway, mos-gateway, "live-status-gateway"]
285285

286286
steps:
287-
- uses: actions/checkout@v5
287+
- uses: actions/checkout@v6
288288
with:
289289
persist-credentials: false
290290
- name: Determine if images should be published to DockerHub
@@ -448,7 +448,7 @@ jobs:
448448
- webui
449449

450450
steps:
451-
- uses: actions/checkout@v5
451+
- uses: actions/checkout@v6
452452
with:
453453
persist-credentials: false
454454
- name: Use Node.js
@@ -516,7 +516,7 @@ jobs:
516516
send-coverage: true
517517

518518
steps:
519-
- uses: actions/checkout@v5
519+
- uses: actions/checkout@v6
520520
with:
521521
persist-credentials: false
522522
- name: Use Node.js ${{ matrix.node-version }}
@@ -556,7 +556,7 @@ jobs:
556556
runs-on: ubuntu-latest
557557
timeout-minutes: 15
558558
steps:
559-
- uses: actions/checkout@v5
559+
- uses: actions/checkout@v6
560560
with:
561561
persist-credentials: false
562562
- name: Use Node.js
@@ -584,7 +584,7 @@ jobs:
584584
runs-on: ubuntu-latest
585585
timeout-minutes: 15
586586
steps:
587-
- uses: actions/checkout@v5
587+
- uses: actions/checkout@v6
588588
with:
589589
persist-credentials: false
590590
- name: Use Node.js
@@ -620,7 +620,7 @@ jobs:
620620
timeout-minutes: 15
621621

622622
steps:
623-
- uses: actions/checkout@v5
623+
- uses: actions/checkout@v6
624624
with:
625625
persist-credentials: false
626626
- name: Use Node.js
@@ -670,7 +670,7 @@ jobs:
670670
continue-on-error: true
671671
timeout-minutes: 15
672672
steps:
673-
- uses: actions/checkout@v5
673+
- uses: actions/checkout@v6
674674
with:
675675
persist-credentials: false
676676
- name: Use Node.js

.github/workflows/prune-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 15
2424
steps:
2525
- name: Checkout repo with all tags
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/publish-libs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- shared-lib
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
with:
6666
persist-credentials: false
6767
- name: Use Node.js
@@ -103,7 +103,7 @@ jobs:
103103
node-version: [22.x]
104104

105105
steps:
106-
- uses: actions/checkout@v5
106+
- uses: actions/checkout@v6
107107
with:
108108
persist-credentials: false
109109
- name: Use Node.js ${{ matrix.node-version }}
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ needs.check-publish.outputs.can-publish == '1' }}
137137

138138
steps:
139-
- uses: actions/checkout@v5
139+
- uses: actions/checkout@v6
140140
with:
141141
persist-credentials: false
142142
- name: Use Node.js
@@ -187,7 +187,7 @@ jobs:
187187
yarn install --no-immutable
188188
189189
- name: Upload release artifact
190-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@v5
191191
with:
192192
name: publish-dist
193193
path: |
@@ -212,7 +212,7 @@ jobs:
212212
id-token: write # scoped for as short as possible, as this gives write access to npm
213213

214214
steps:
215-
- uses: actions/checkout@v5
215+
- uses: actions/checkout@v6
216216
with:
217217
fetch-depth: 0
218218
persist-credentials: false
@@ -222,7 +222,7 @@ jobs:
222222
node-version-file: '.node-version'
223223

224224
- name: Download release artifact
225-
uses: actions/download-artifact@v5
225+
uses: actions/download-artifact@v6
226226
with:
227227
name: publish-dist
228228

0 commit comments

Comments
 (0)