@platform-mesh/portal-server-lib 0.9.2 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,10 +8,12 @@ on:
8
8
 
9
9
  permissions:
10
10
  contents: read
11
- pull-requests: write
12
- issues: write
13
11
 
14
12
  jobs:
15
13
  auto-labeler:
16
14
  if: github.event.pull_request.head.repo.full_name == github.repository
17
- uses: platform-mesh/.github/.github/workflows/job-auto-labeler.yml@main
15
+ uses: platform-mesh/.github/.github/workflows/job-auto-labeler.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0
16
+ permissions:
17
+ contents: read
18
+ pull-requests: write
19
+ issues: write
@@ -15,7 +15,7 @@ concurrency:
15
15
 
16
16
  jobs:
17
17
  build:
18
- uses: platform-mesh/.github/.github/workflows/job-node-test.yml@main
18
+ uses: platform-mesh/.github/.github/workflows/job-node-test.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0
19
19
  secrets: inherit
20
20
 
21
21
  quality-gate:
@@ -1,18 +1,19 @@
1
1
  name: OpenSSF Scorecard
2
2
  on:
3
- push:
4
- branches: [main]
5
- schedule:
6
- - cron: '30 4 * * 1'
7
- workflow_dispatch:
3
+ push:
4
+ branches: [main]
5
+ schedule:
6
+ - cron: '30 4 * * 1'
7
+ workflow_dispatch:
8
8
 
9
- permissions: read-all
9
+ permissions:
10
+ contents: read
10
11
 
11
12
  jobs:
12
- scorecard:
13
- uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@main
14
- permissions:
15
- security-events: write
16
- id-token: write
17
- contents: read
18
- actions: read
13
+ scorecard:
14
+ uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0
15
+ permissions:
16
+ security-events: write
17
+ id-token: write
18
+ contents: read
19
+ actions: read
@@ -6,8 +6,7 @@ on:
6
6
  - main
7
7
 
8
8
  permissions:
9
- contents: write
10
- id-token: write
9
+ contents: read
11
10
 
12
11
  concurrency:
13
12
  group: release-${{ github.ref }}
@@ -15,17 +14,22 @@ concurrency:
15
14
 
16
15
  jobs:
17
16
  build:
18
- uses: platform-mesh/.github/.github/workflows/job-node-test.yml@main
17
+ uses: platform-mesh/.github/.github/workflows/job-node-test.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0
19
18
  secrets: inherit
20
19
 
21
20
  create-version:
22
- uses: platform-mesh/.github/.github/workflows/job-create-version.yml@main
21
+ uses: platform-mesh/.github/.github/workflows/job-create-version.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0
23
22
  secrets: inherit
23
+ permissions:
24
+ contents: write
24
25
 
25
26
  publish:
26
27
  needs: [create-version, build]
27
- uses: platform-mesh/.github/.github/workflows/job-node-publish.yml@main
28
+ uses: platform-mesh/.github/.github/workflows/job-node-publish.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0
28
29
  secrets: inherit
30
+ permissions:
31
+ contents: write
32
+ id-token: write
29
33
  with:
30
34
  version: ${{ needs.create-version.outputs.strictVersion }}
31
35
  environment: npmjs:@platform-mesh/portal-server-lib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-mesh/portal-server-lib",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "author": "Platform Mesh",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {