Skip to content

Commit 99c69f7

Browse files
committed
Merge branch 'release/1.2.20'
2 parents c4f234f + 37845ef commit 99c69f7

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

.github/workflows/build.yml

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

5050
# Validate wrapper
5151
- name: Gradle Wrapper Validation
52-
uses: gradle/wrapper-validation-action@v1.0.6
52+
uses: gradle/wrapper-validation-action@v1.1.0
5353

5454
# Setup Java environment for the next steps
5555
- name: Setup Java
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Setup Gradle
6262
- name: Setup Gradle
63-
uses: gradle/gradle-build-action@v2.6.0
63+
uses: gradle/gradle-build-action@v2.6.1
6464

6565
# Set environment variables
6666
- name: Export Properties
@@ -134,7 +134,7 @@ jobs:
134134

135135
# Setup Gradle
136136
- name: Setup Gradle
137-
uses: gradle/gradle-build-action@v2.6.0
137+
uses: gradle/gradle-build-action@v2.6.1
138138

139139
# Run tests
140140
- name: Run Tests
@@ -178,7 +178,7 @@ jobs:
178178

179179
# Run Qodana inspections
180180
- name: Qodana - Code Inspection
181-
uses: JetBrains/qodana-action@v2023.1.5
181+
uses: JetBrains/qodana-action@v2023.2.1
182182
with:
183183
cache-default-branch-only: true
184184

@@ -207,7 +207,7 @@ jobs:
207207

208208
# Setup Gradle
209209
- name: Setup Gradle
210-
uses: gradle/gradle-build-action@v2.6.0
210+
uses: gradle/gradle-build-action@v2.6.1
211211

212212
# Cache Plugin Verifier IDEs
213213
- name: Setup Plugin Verifier IDEs Cache

.github/workflows/release.yml

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

3434
# Setup Gradle
3535
- name: Setup Gradle
36-
uses: gradle/gradle-build-action@v2.6.0
36+
uses: gradle/gradle-build-action@v2.6.1
3737

3838
# Publish the plugin to the Marketplace
3939
- name: Publish Plugin

.github/workflows/run-ui-tests.yml

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

3434
# Check out current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v3.5.2
3737

3838
# Setup Java environment for the next steps
3939
- name: Setup Java
40-
uses: actions/setup-java@v3
40+
uses: actions/setup-java@v3.11.9
4141
with:
4242
distribution: zulu
4343
java-version: 17
4444

4545
# Setup Gradle
4646
- name: Setup Gradle
47-
uses: gradle/gradle-build-action@v2.6.0
47+
uses: gradle/gradle-build-action@v2.6.1
4848

4949
# Run IDEA prepared for UI testing
5050
- name: Run IDE
5151
run: ${{ matrix.runIde }}
5252

5353
# Wait for IDEA to be started
5454
- name: Health Check
55-
uses: jtalk/url-health-check-action@v3
55+
uses: jtalk/url-health-check-action@v3.1
5656
with:
5757
url: http://127.0.0.1:8082
5858
max-attempts: 15

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
## [1.2.20] - 2023-07-22
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.19] - 2023-07-18
713

814
### Bug Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginName = IntelliJ Nest Plugin
55
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-nestjs
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.2.19
8+
pluginVersion = 1.2.20
99

1010
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
pluginSinceBuild = 222

0 commit comments

Comments
 (0)