Skip to content

Commit 0144543

Browse files
committed
Merge branch 'main' into release53
2 parents 922e3f0 + 4804da8 commit 0144543

File tree

26 files changed

+109
-94
lines changed

26 files changed

+109
-94
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/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
@@ -84,7 +84,7 @@ jobs:
8484
- live-status-gateway
8585

8686
steps:
87-
- uses: actions/checkout@v5
87+
- uses: actions/checkout@v6
8888
with:
8989
persist-credentials: false
9090
- name: Use Node.js
@@ -117,7 +117,7 @@ jobs:
117117
timeout-minutes: 15
118118

119119
steps:
120-
- uses: actions/checkout@v5
120+
- uses: actions/checkout@v6
121121
with:
122122
persist-credentials: false
123123
- 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
@@ -449,7 +449,7 @@ jobs:
449449
- live-status-gateway-api
450450

451451
steps:
452-
- uses: actions/checkout@v5
452+
- uses: actions/checkout@v6
453453
with:
454454
persist-credentials: false
455455
- name: Use Node.js
@@ -521,7 +521,7 @@ jobs:
521521
send-coverage: true
522522

523523
steps:
524-
- uses: actions/checkout@v5
524+
- uses: actions/checkout@v6
525525
with:
526526
persist-credentials: false
527527
- name: Use Node.js ${{ matrix.node-version }}
@@ -561,7 +561,7 @@ jobs:
561561
runs-on: ubuntu-latest
562562
timeout-minutes: 15
563563
steps:
564-
- uses: actions/checkout@v5
564+
- uses: actions/checkout@v6
565565
with:
566566
persist-credentials: false
567567
- name: Use Node.js
@@ -591,7 +591,7 @@ jobs:
591591
runs-on: ubuntu-latest
592592
timeout-minutes: 15
593593
steps:
594-
- uses: actions/checkout@v5
594+
- uses: actions/checkout@v6
595595
with:
596596
persist-credentials: false
597597
- name: Use Node.js
@@ -627,7 +627,7 @@ jobs:
627627
timeout-minutes: 15
628628

629629
steps:
630-
- uses: actions/checkout@v5
630+
- uses: actions/checkout@v6
631631
with:
632632
persist-credentials: false
633633
- name: Use Node.js
@@ -677,7 +677,7 @@ jobs:
677677
continue-on-error: true
678678
timeout-minutes: 15
679679
steps:
680-
- uses: actions/checkout@v5
680+
- uses: actions/checkout@v6
681681
with:
682682
persist-credentials: false
683683
- 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
@@ -62,7 +62,7 @@ jobs:
6262
- live-status-gateway-api
6363

6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
with:
6767
persist-credentials: false
6868
- name: Use Node.js
@@ -106,7 +106,7 @@ jobs:
106106
node-version: [22.x]
107107

108108
steps:
109-
- uses: actions/checkout@v5
109+
- uses: actions/checkout@v6
110110
with:
111111
persist-credentials: false
112112
- name: Use Node.js ${{ matrix.node-version }}
@@ -139,7 +139,7 @@ jobs:
139139
if: ${{ needs.check-publish.outputs.can-publish == '1' }}
140140

141141
steps:
142-
- uses: actions/checkout@v5
142+
- uses: actions/checkout@v6
143143
with:
144144
persist-credentials: false
145145
- name: Use Node.js
@@ -190,7 +190,7 @@ jobs:
190190
yarn install --no-immutable
191191
192192
- name: Upload release artifact
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v5
194194
with:
195195
name: publish-dist
196196
path: |
@@ -215,7 +215,7 @@ jobs:
215215
id-token: write # scoped for as short as possible, as this gives write access to npm
216216

217217
steps:
218-
- uses: actions/checkout@v5
218+
- uses: actions/checkout@v6
219219
with:
220220
fetch-depth: 0
221221
persist-credentials: false
@@ -225,7 +225,7 @@ jobs:
225225
node-version-file: '.node-version'
226226

227227
- name: Download release artifact
228-
uses: actions/download-artifact@v5
228+
uses: actions/download-artifact@v6
229229
with:
230230
name: publish-dist
231231

.github/workflows/sonar.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ on:
77
- release**
88
pull_request:
99
types: [opened, synchronize, reopened]
10-
name: SonarCloud
10+
workflow_dispatch:
11+
12+
name: SonarCloud analysis
1113
jobs:
12-
sonarcloud:
13-
name: SonarCloud
14+
sonarqube:
15+
name: SonarQube
1416
runs-on: ubuntu-latest
1517
if: ${{ github.repository_owner == 'Sofie-Automation' && !github.event.pull_request.head.repo.fork }}
1618
timeout-minutes: 15
1719

1820
steps:
19-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2022
with:
2123
# Disabling shallow clone is recommended for improving relevancy of reporting
2224
fetch-depth: 0
@@ -38,14 +40,13 @@ jobs:
3840
- name: Prepare Environment
3941
run: |
4042
corepack enable
41-
43+
44+
yarn config set cacheFolder /home/runner/lint-core-cache
4245
yarn
4346
yarn build:packages
4447
env:
4548
CI: true
46-
47-
- name: SonarCloud Scan
48-
uses: sonarsource/sonarcloud-github-action@main
49+
- name: SonarQube Scan
50+
uses: SonarSource/sonarqube-scan-action@v6
4951
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5152
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)