Skip to content

Commit 86567d6

Browse files
committed
Merge branch 'main' into nate/cleanup
2 parents ae42fa9 + 42030c7 commit 86567d6

158 files changed

Lines changed: 8481 additions & 1790 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/workflows/jetbrains-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Validate wrapper
118118
- name: Gradle Wrapper Validation
119-
uses: gradle/actions/wrapper-validation@v5
119+
uses: gradle/actions/wrapper-validation@v6
120120

121121
# # Set up Java environment for the next steps
122122
- name: Setup Java
@@ -127,7 +127,7 @@ jobs:
127127

128128
# # Setup Gradle
129129
- name: Setup Gradle
130-
uses: gradle/actions/setup-gradle@v5
130+
uses: gradle/actions/setup-gradle@v6
131131
with:
132132
gradle-home-cache-cleanup: true
133133

@@ -444,7 +444,7 @@ jobs:
444444

445445
# Setup Gradle
446446
- name: Setup Gradle
447-
uses: gradle/actions/setup-gradle@v5
447+
uses: gradle/actions/setup-gradle@v6
448448
with:
449449
gradle-home-cache-cleanup: true
450450

@@ -491,7 +491,7 @@ jobs:
491491

492492
# Run Qodana inspections
493493
- name: Qodana - Code Inspection
494-
uses: JetBrains/qodana-action@v2025.3.1
494+
uses: JetBrains/qodana-action@v2025.3.2
495495
with:
496496
cache-default-branch-only: true
497497

@@ -522,7 +522,7 @@ jobs:
522522

523523
# Setup Gradle
524524
- name: Setup Gradle
525-
uses: gradle/actions/setup-gradle@v5
525+
uses: gradle/actions/setup-gradle@v6
526526
with:
527527
gradle-home-cache-cleanup: true
528528

.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "metrics_content=$content" >> "$GITHUB_OUTPUT"
5353
5454
- name: Post a message in a channel
55-
uses: slackapi/slack-github-action@v2.1.1
55+
uses: slackapi/slack-github-action@v3.0.1
5656
with:
5757
webhook: ${{ secrets.ISSUE_PR_METRICS_SLACK_WEBHOOK_URL }}
5858
webhook-type: incoming-webhook

.github/workflows/submit-github-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: "temurin"
2222
java-version: 17
2323
- name: Generate and submit dependency graph
24-
uses: gradle/actions/dependency-submission@v5
24+
uses: gradle/actions/dependency-submission@v6
2525
with:
2626
# The gradle project is not in the root of the repository.
2727
build-root-directory: extensions/intellij

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.0
1+
20.20.1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.19.0
1+
v20.20.1

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ process as welcoming and straightforward as possible.
115115

116116
#### Pre-requisites
117117

118-
You should have Node.js version 20.19.0 (LTS) or higher installed. You can get it
118+
You should have Node.js version 20.20.1 (LTS) or higher installed. You can get it
119119
on [nodejs.org](https://nodejs.org/en/download) or, if you are using NVM (Node Version Manager), you can set the correct
120120
version of Node.js for this project by running the following command in the root of the project:
121121

0 commit comments

Comments
 (0)