Skip to content

Commit 226ab26

Browse files
committed
workflows
1 parent aef5bcb commit 226ab26

File tree

5 files changed

+32
-23
lines changed

5 files changed

+32
-23
lines changed

.github/workflows/main-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# This workflow will protect the main branch by testing and linting new PRs and commits
33

44
name: Main CI
5+
permissions:
6+
contents: read
7+
pull-requests: write
58

69
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
710
on:

.github/workflows/main-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# This workflow will protect the main branch by testing and linting new PRs and commits
33

44
name: Main PR
5+
permissions:
6+
contents: read
7+
pull-requests: write
58

69
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
710
on:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This workflow will publish any new release to the npmjs registry
22

33
name: Publish
4+
permissions:
5+
contents: write
6+
pull-requests: write
47

58
on:
69
release:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"@cap-js/cds-test": "^0.2.0",
5151
"@cap-js/sqlite": "^1.9.0",
5252
"@eslint/js": "^9.21.0",
53-
"@sap/cds": "^8.8.0",
53+
"@sap/cds": "^8.8.1",
5454
"@sap/cds-dk": "^8.8.0",
5555
"@sap/xssec": "^4.4.0",
5656
"@socket.io/redis-adapter": "^8.3.0",
5757
"@socket.io/redis-streams-adapter": "^0.2.2",
5858
"eslint": "^9.21.0",
59-
"eslint-config-prettier": "^10.0.2",
59+
"eslint-config-prettier": "^10.1.1",
6060
"eslint-plugin-jest": "^28.11.0",
6161
"eslint-plugin-n": "^17.16.2",
6262
"express": "^4.21.2",

0 commit comments

Comments
 (0)