Skip to content

Commit 6514dcd

Browse files
authored
Merge branch 'main' into davidkna-sap_poc-ias
2 parents 41cac51 + af98bbd commit 6514dcd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+949
-663
lines changed

.github/actions/changesets-fixed-version-bump/index.js

Lines changed: 151 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/check-license/index.js

Lines changed: 151 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/check-pr/index.js

Lines changed: 151 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/check-public-api/index.js

Lines changed: 177 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/get-changelog/index.js

Lines changed: 151 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-packages/changesets-fixed-version-bump/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"all": "yarn && yarn run lint && yarn run compile"
1414
},
1515
"dependencies": {
16-
"@actions/core": "^2.0.0",
16+
"@actions/core": "^2.0.1",
1717
"@changesets/get-release-plan": "^4.0.11",
1818
"execa": "^5.0.0",
1919
"semver": "^7.7.2"

build-packages/check-license/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"all": "yarn && yarn run lint && yarn run compile"
1414
},
1515
"dependencies": {
16-
"@actions/core": "^2.0.0"
16+
"@actions/core": "^2.0.1"
1717
},
1818
"devDependencies": {
1919
"@vercel/ncc": "^0.38.4",

build-packages/check-pr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"all": "yarn && yarn run lint && yarn run compile"
1616
},
1717
"dependencies": {
18-
"@actions/core": "^2.0.0",
18+
"@actions/core": "^2.0.1",
1919
"@actions/github": "^6.0.1"
2020
},
2121
"devDependencies": {

build-packages/check-public-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"all": "yarn && yarn run lint && yarn run compile"
1616
},
1717
"dependencies": {
18-
"@actions/core": "^2.0.0",
18+
"@actions/core": "^2.0.1",
1919
"@manypkg/get-packages": "^2.2.2",
2020
"@sap-cloud-sdk/util": "^4.0.0",
2121
"@sap-cloud-sdk/generator-common": "^4.0.0",

build-packages/get-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"all": "yarn && yarn run lint && yarn run compile"
1414
},
1515
"dependencies": {
16-
"@actions/core": "^2.0.0"
16+
"@actions/core": "^2.0.1"
1717
},
1818
"devDependencies": {
1919
"@vercel/ncc": "^0.38.4",

0 commit comments

Comments
 (0)