Skip to content

Commit eec01e3

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/advent-of-calm/website/npm_and_yarn-0b0832e2d9
2 parents 6c72be6 + 69d6fa5 commit eec01e3

25 files changed

Lines changed: 37 additions & 37 deletions

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151

52-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
52+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5353
with:
5454
node-version: 22
5555

@@ -236,7 +236,7 @@ jobs:
236236
fetch-depth: 0
237237
token: ${{ secrets.SRB_TOKEN }}
238238

239-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
239+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
240240
with:
241241
node-version: 22
242242

@@ -385,7 +385,7 @@ jobs:
385385
fetch-depth: 0
386386
token: ${{ secrets.GITHUB_TOKEN }}
387387

388-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
388+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
389389
with:
390390
node-version: 22
391391

@@ -441,7 +441,7 @@ jobs:
441441
contains(github.event.pull_request.labels.*.name, 'automated-release')
442442
steps:
443443
- name: Harden Runner
444-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
444+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2
445445
with:
446446
egress-policy: audit
447447

@@ -453,7 +453,7 @@ jobs:
453453
ref: main
454454

455455
- name: Setup Node.js
456-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
456+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
457457
with:
458458
node-version: 22
459459
registry-url: 'https://registry.npmjs.org'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
version: 9
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
41+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4242
with:
4343
node-version: 22
4444
cache: pnpm

.github/workflows/automated-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151

52-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
52+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5353
with:
5454
node-version: 22
5555

@@ -240,7 +240,7 @@ jobs:
240240
fetch-depth: 0
241241
token: ${{ secrets.SRB_TOKEN }}
242242

243-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
243+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
244244
with:
245245
node-version: 22
246246

@@ -389,7 +389,7 @@ jobs:
389389
fetch-depth: 0
390390
token: ${{ secrets.GITHUB_TOKEN }}
391391

392-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
392+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
393393
with:
394394
node-version: 22
395395

@@ -445,7 +445,7 @@ jobs:
445445
contains(github.event.pull_request.labels.*.name, 'automated-release')
446446
steps:
447447
- name: Harden Runner
448-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
448+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2
449449
with:
450450
egress-policy: audit
451451

@@ -457,7 +457,7 @@ jobs:
457457
ref: main
458458

459459
- name: Setup Node.js
460-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
460+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
461461
with:
462462
node-version: 22
463463
registry-url: 'https://registry.npmjs.org'

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

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

20-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
20+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121
with:
2222
node-version: 22
2323

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
package_json_file: calm-suite/calm-guard/package.json
3838

3939
- name: Setup Node.js
40-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
40+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4141
with:
4242
node-version: 22
4343
cache: pnpm
@@ -66,7 +66,7 @@ jobs:
6666
package_json_file: calm-suite/calm-guard/package.json
6767

6868
- name: Setup Node.js
69-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
69+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
7070
with:
7171
node-version: 22
7272
cache: pnpm
@@ -94,7 +94,7 @@ jobs:
9494
package_json_file: calm-suite/calm-guard/package.json
9595

9696
- name: Setup Node.js
97-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
97+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
9898
with:
9999
node-version: 22
100100
cache: pnpm

.github/workflows/build-calm-hub-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Step 3: Cache Maven Dependencies
3434
- name: Cache Maven Dependencies
35-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
35+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

.github/workflows/build-calm-hub-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
2828
node-version: v22
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Step 3: Cache Maven Dependencies
3434
- name: Cache Maven Dependencies
35-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
35+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
2828
node-version: v22
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
2828
node-version: v22
2929

0 commit comments

Comments
 (0)