Skip to content

Commit 478473b

Browse files
committed
Merge remote-tracking branch 'origin/master' into chore/upgrade-to-langium-v4
Conflicts: package.json packages/mermaid/package.json pnpm-lock.yaml
2 parents dab0118 + ddc8be8 commit 478473b

Some content is hidden

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

73 files changed

+5375
-6672
lines changed

.changeset/clean-wolves-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/crazy-loops-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/deep-times-make.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-eyes-wish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-baths-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-guests-drive.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/proud-colts-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/revert-marked-dependency.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/codeql.yml

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

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
39+
uses: github/codeql-action/init@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21
4040
with:
4141
config-file: ./.github/codeql/codeql-config.yml
4242
languages: ${{ matrix.language }}
@@ -48,7 +48,7 @@ jobs:
4848
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4949
# If this step fails, then you should remove it and run the build manually (see below)
5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
51+
uses: github/codeql-action/autobuild@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21
5252

5353
# ℹ️ Command-line programs to run using the OS shell.
5454
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -62,4 +62,4 @@ jobs:
6262
# make release
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
65+
uses: github/codeql-action/analyze@5378192d256ef1302a6980fffe5ca04426d43091 # v3.28.21

.github/workflows/e2e-applitools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
args: -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$GITHUB_SHA&BranchName=${APPLITOOLS_BRANCH}$&ParentBranchName=$APPLITOOLS_PARENT_BRANCH"
5454

5555
- name: Cypress run
56-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
56+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
5757
id: cypress
5858
with:
5959
start: pnpm run dev

0 commit comments

Comments
 (0)