Skip to content

Commit b1acfad

Browse files
Merge branch 'main' into chore/calm-studio-npm-workspaces
2 parents 9922dd9 + 779ebc2 commit b1acfad

97 files changed

Lines changed: 5994 additions & 1306 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* @finos/architecture-as-code-maintainers
22

3-
/calm/ @finos/calm-schema-governance @markscott-ms
3+
/calm/ @finos/calm-schema-governance
44

55
/calm-hub/ @jpgough-ms @rocketstack-matt @grahampacker-ms @Thels @markscott-ms @willosborne
66

.github/workflows/automated-release-calm-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
contains(github.event.pull_request.labels.*.name, 'automated-release')
433433
steps:
434434
- name: Harden Runner
435-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2
435+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2
436436
with:
437437
egress-policy: audit
438438

.github/workflows/automated-release-calm-studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Setup Node.js
32-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
32+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
3434
node-version: 24
3535
cache: npm

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
contains(github.event.pull_request.labels.*.name, 'automated-release')
437437
steps:
438438
- name: Harden Runner
439-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2
439+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2
440440
with:
441441
egress-policy: audit
442442

.github/workflows/build-and-sync-advent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: "advent-of-calm/website"
3131

3232
- name: Configure AWS credentials
33-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
33+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
3434
with:
3535
aws-access-key-id: ${{ secrets.AWS_S3_ACCESS_KEY }}
3636
aws-secret-access-key: ${{ secrets.AWS_S3_SECRET_ACCESS_KEY }}

.github/workflows/build-calm-guard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333

3434
- name: Setup Node.js
35-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
35+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3636
with:
3737
node-version: 24
3838
cache: npm
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5757

5858
- name: Setup Node.js
59-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
59+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6060
with:
6161
node-version: 24
6262
cache: npm
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8080

8181
- name: Setup Node.js
82-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
82+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8383
with:
8484
node-version: 24
8585
cache: npm

.github/workflows/build-calm-studio-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
triple: x86_64-pc-windows-msvc
3636
steps:
3737
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
38+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
4040
node-version: 24
4141
cache: npm
@@ -82,7 +82,7 @@ jobs:
8282
triple: x86_64-pc-windows-msvc
8383
steps:
8484
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
85-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
85+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8686
with:
8787
node-version: 24
8888
cache: npm

.github/workflows/build-calm-studio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929

3030
- name: Setup Node.js
31-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
31+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3232
with:
3333
node-version: 24
3434
cache: npm
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7878

7979
- name: Setup Node.js
80-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
80+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8181
with:
8282
node-version: 24
8383
cache: npm

.github/workflows/pr-labelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818

1919
- name: Label PR based on changes
20-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
20+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6
2121
with:
2222
token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/s3-docs-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: "docs"
3030

3131
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
32+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
3333
with:
3434
aws-access-key-id: ${{ secrets.AWS_S3_ACCESS_KEY }}
3535
aws-secret-access-key: ${{ secrets.AWS_S3_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)