Skip to content

Commit 1624f5f

Browse files
authored
Merge branch 'master' into streaming-default
2 parents 0c77cb8 + b08b33d commit 1624f5f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/check-semantic-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5.2.0
15+
- uses: amannn/action-semantic-pull-request@v5.3.0
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
40+
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Issue](https://help.github.com/articles/creating-an-issue/).
326326

327327
- [DMTK: Microsoft Distributed Machine Learning Toolkit](https://github.com/Microsoft/DMTK)
328328

329-
- [Recommenders](https://github.com/Microsoft/Recommenders)
329+
- [Recommenders](https://github.com/recommenders-team/Recommenders)
330330

331331
- [JPMML-SparkML plugin for converting SynapseML LightGBM models to PMML](https://github.com/alipay/jpmml-sparkml-lightgbm)
332332

sonatype.sbt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ThisBuild / sonatypeProjectHosting := Some(
55
ThisBuild / homepage := Some(url("https://github.com/Microsoft/SynapseML"))
66
ThisBuild / scmInfo := Some(
77
ScmInfo(
8-
url("https://github.com/Azure/SynapseML"),
9-
"scm:[email protected]:Azure/SynapseML.git"
8+
url("https://github.com/Microsoft/SynapseML"),
9+
"scm:[email protected]:Microsoft/SynapseML.git"
1010
)
1111
)
1212
ThisBuild / developers := List(
@@ -17,7 +17,11 @@ ThisBuild / developers := List(
1717
Developer("drdarshan", "Sudarshan Raghunathan",
1818
"[email protected]", url("https://github.com/drdarshan")),
1919
Developer("svotaw", "Scott Votaw",
20-
"[email protected]", url("https://github.com/svotaw"))
20+
"[email protected]", url("https://github.com/svotaw")),
21+
Developer("BrendanWalsh", "Brendan Walsh",
22+
"[email protected]", url("https://github.com/BrendanWalsh")),
23+
Developer("JessicaXYWang", "Jessica Wang",
24+
"[email protected]", url("https://github.com/JessicaXYWang"))
2125
)
2226

2327
ThisBuild / licenses += ("MIT", url("https://github.com/Microsoft/SynapseML/blob/master/LICENSE"))

0 commit comments

Comments
 (0)