Skip to content

Commit e97c9db

Browse files
authored
Merge branch 'main' into renovate/major-29-jest-monorepo
2 parents f088a8e + cfa0bbf commit e97c9db

Some content is hidden

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

48 files changed

+1870
-1433
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: "Harden Runner"
46-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
46+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
4747
with:
4848
egress-policy: "audit"
4949

@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: "Initialize CodeQL"
55-
uses: "github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" # v3.30.1
55+
uses: "github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec" # v3.30.8
5656
with:
5757
languages: "${{ matrix.language }}"
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: "Autobuild"
65-
uses: "github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" # v3.30.1
65+
uses: "github/codeql-action/autobuild@755f44910c12a3d7ca0d8c6e42c048b3362f7cec" # v3.30.8
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,6 +75,6 @@ jobs:
7575
# ./location_of_script_within_repo/buildscript.sh
7676

7777
- name: "Perform CodeQL Analysis"
78-
uses: "github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" # v3.30.1
78+
uses: "github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec" # v3.30.8
7979
with:
8080
category: "/language:${{matrix.language}}"

.github/workflows/comment-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: "write"
1717
steps:
1818
- name: "Harden Runner"
19-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
19+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-latest"
2222
steps:
2323
- name: "Harden Runner"
24-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
24+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2525
with:
2626
egress-policy: "audit"
2727

@@ -33,4 +33,4 @@ jobs:
3333
EMAIL: "github-actions[bot]@users.noreply.github.com"
3434

3535
- name: "Dependency Review"
36-
uses: "actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b" # v4.7.3
36+
uses: "actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a" # v4.8.1

.github/workflows/lint.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
package_json_lintable: "${{ steps.changes.outputs.package_json_lintable }}"
3636
steps:
3737
- name: "Harden Runner"
38-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
38+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
3939
with:
4040
egress-policy: "audit"
4141

@@ -60,7 +60,7 @@ jobs:
6060
runs-on: "ubuntu-latest"
6161
steps:
6262
- name: "Harden Runner"
63-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
63+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
6464
with:
6565
egress-policy: "audit"
6666

@@ -89,7 +89,7 @@ jobs:
8989
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
9090
- name: "Get changed files"
9191
id: "files"
92-
uses: "tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c" # v46.0.5
92+
uses: "tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62" # v47.0.0
9393
with:
9494
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
9595
base_sha: "${{ steps.setSHAs.outputs.base }}"
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: "ubuntu-latest"
113113
steps:
114114
- name: "Harden Runner"
115-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
115+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
116116
with:
117117
egress-policy: "audit"
118118

@@ -141,7 +141,7 @@ jobs:
141141
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
142142
- name: "Get changed files"
143143
id: "files"
144-
uses: "tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c" # v46.0.5
144+
uses: "tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62" # v47.0.0
145145
with:
146146
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
147147
base_sha: "${{ steps.setSHAs.outputs.base }}"
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: "ubuntu-latest"
165165
steps:
166166
- name: "Harden Runner"
167-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
167+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
168168
with:
169169
egress-policy: "audit"
170170

@@ -193,7 +193,7 @@ jobs:
193193
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
194194
- name: "Get changed files"
195195
id: "files"
196-
uses: "tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c" # v46.0.5
196+
uses: "tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62" # v47.0.0
197197
with:
198198
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
199199
base_sha: "${{ steps.setSHAs.outputs.base }}"
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: "ubuntu-latest"
217217
steps:
218218
- name: "Harden Runner"
219-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
219+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
220220
with:
221221
egress-policy: "audit"
222222

@@ -240,7 +240,7 @@ jobs:
240240
runs-on: "ubuntu-latest"
241241
steps:
242242
- name: "Harden Runner"
243-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
243+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
244244
with:
245245
egress-policy: "audit"
246246

@@ -265,7 +265,7 @@ jobs:
265265
runs-on: "ubuntu-latest"
266266
steps:
267267
- name: "Harden Runner"
268-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
268+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
269269
with:
270270
egress-policy: "audit"
271271

@@ -276,12 +276,12 @@ jobs:
276276
GIT_AUTHOR_NAME: "GitHub Actions Shell"
277277
EMAIL: "github-actions[bot]@users.noreply.github.com"
278278

279-
- uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda" # v4.1.0
279+
- uses: "pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061" # v4.2.0
280280
with:
281281
run_install: false
282282

283283
- name: "Use Node.js 20.x"
284-
uses: "actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444" # v5.0.0
284+
uses: "actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903" # v6.0.0
285285
with:
286286
node-version: "20.19.5"
287287
cache: "pnpm"
@@ -315,7 +315,7 @@ jobs:
315315
# If any jobs we depend on fail, we will fail since this is a required check
316316
# NOTE: A timeout is considered a failure
317317
- name: "Harden Runner"
318-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
318+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
319319
with:
320320
egress-policy: "audit"
321321

.github/workflows/lock-file-maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Harden Runner"
24-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
24+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2525
with:
2626
egress-policy: "audit"
2727

@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: "Commit lock file"
5050
if: "success()"
51-
uses: "stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0" # v6.0.1
51+
uses: "stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3" # v7.0.0
5252
with:
5353
file_pattern: "pnpm-lock.yaml"
5454
commit_message: "chore: updated lock file [ci skip]"

.github/workflows/preview-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: "Harden Runner"
29-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
29+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
3030
with:
3131
egress-policy: "audit"
3232

@@ -55,7 +55,7 @@ jobs:
5555
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
5656
- name: "Get changed files"
5757
id: "files"
58-
uses: "tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c" # v46.0.5
58+
uses: "tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62" # v47.0.0
5959
with:
6060
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
6161
base_sha: "${{ steps.setSHAs.outputs.base }}"

.github/workflows/require-allow-edits.yml

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

1717
steps:
1818
- name: "Harden Runner"
19-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
19+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Harden Runner"
36-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
36+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
3737
with:
3838
egress-policy: "audit"
3939

@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: "Run analysis"
46-
uses: "ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde" # v2.4.2
46+
uses: "ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a" # v2.4.3
4747
with:
4848
results_file: "results.sarif"
4949
results_format: "sarif"
@@ -73,6 +73,6 @@ jobs:
7373

7474
# Upload the results to GitHub's code scanning dashboard.
7575
- name: "Upload to code-scanning"
76-
uses: "github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" # v3.30.1
76+
uses: "github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec" # v3.30.8
7777
with:
7878
sarif_file: "results.sarif"

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: "Semantic Pull Request"
2424
steps:
2525
- name: "Harden Runner"
26-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
26+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2727
with:
2828
egress-policy: "audit"
2929

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
steps:
3131
- name: "Harden Runner"
32-
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
32+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
3333
with:
3434
egress-policy: "audit"
3535

3636
- name: "Wait for tests to succeed"
37-
uses: "lewagon/wait-on-check-action@0dceb95e7c4cad8cc7422aee3885998f5cab9c79" # v1.4.0
37+
uses: "lewagon/wait-on-check-action@3603e826ee561ea102b58accb5ea55a1a7482343" # v1.4.1
3838
timeout-minutes: 20
3939
with:
4040
ref: "${{ github.event.pull_request.head.sha || github.sha }}"

0 commit comments

Comments
 (0)