This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
The following commit(s) were added to refs/heads/main by this push:
new 11d5ad4 ci(deps): bump JetBrains/qodana-action from 2025.3.2 to
2026.1.0 (#84)
11d5ad4 is described below
commit 11d5ad4a5d1783fbc67650f21df02f311370a43d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 29 06:49:39 2026 +0200
ci(deps): bump JetBrains/qodana-action from 2025.3.2 to 2026.1.0 (#84)
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action)
from 2025.3.2 to 2026.1.0.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
-
[Commits](https://github.com/jetbrains/qodana-action/compare/89eb4357efd2b52e639f3216e63edaf33b82622b...d7b5ec2fbec32197ef447c450e00589ed5f34fd5)
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-version: 2026.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8d8af78..e64ad7c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -184,7 +184,7 @@ jobs:
# Run Qodana inspections
- name: Qodana - Code Inspection
- uses: JetBrains/qodana-action@89eb4357efd2b52e639f3216e63edaf33b82622b
# v2025.3.2
+ uses: JetBrains/qodana-action@d7b5ec2fbec32197ef447c450e00589ed5f34fd5
# v2026.1.0
continue-on-error: true
with:
cache-default-branch-only: true