Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various found issues #287

Merged
merged 8 commits into from
Apr 23, 2024
Merged

Fix various found issues #287

merged 8 commits into from
Apr 23, 2024

Conversation

tiulpin
Copy link
Member

@tiulpin tiulpin commented Apr 15, 2024

No description provided.

Copy link

Qodana for JVM

7 new problems were found

Inspection name Severity Problems
ESLint 🔴 Failure 7

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

dependabot bot and others added 3 commits April 23, 2024 11:32
Bumps the dependencies group with 1 update: [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action).


Updates `gradle/wrapper-validation-action` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.6.0` | `7.7.0` |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.1.4` | `2.1.5` |
| [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) | `11.1.0` | `11.1.1` |
| [@octokit/types](https://github.com/octokit/types.ts) | `13.4.0` | `13.4.1` |
| [@octokit/webhooks](https://github.com/octokit/webhooks.js) | `13.2.3` | `13.2.4` |
| [azure-pipelines-tasks-utility-common](https://github.com/Microsoft/azure-pipelines-tasks) | `3.235.0` | `3.238.0` |

Updates `eslint` from 8.57.0 to 9.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.1.0)

Updates `@typescript-eslint/parser` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)

Updates `@actions/artifact` from 2.1.4 to 2.1.5
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)

Updates `@octokit/plugin-paginate-rest` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](octokit/plugin-paginate-rest.js@v11.1.0...v11.1.1)

Updates `@octokit/types` from 13.4.0 to 13.4.1
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.4.0...v13.4.1)

Updates `@octokit/webhooks` from 13.2.3 to 13.2.4
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v13.2.3...v13.2.4)

Updates `azure-pipelines-tasks-utility-common` from 3.235.0 to 3.238.0
- [Release notes](https://github.com/Microsoft/azure-pipelines-tasks/releases)
- [Changelog](https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/CI-changes.md)
- [Commits](https://github.com/Microsoft/azure-pipelines-tasks/commits)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@octokit/types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@octokit/webhooks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: azure-pipelines-tasks-utility-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

github-actions bot commented Apr 23, 2024

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@tiulpin tiulpin merged commit 38a023c into main Apr 23, 2024
25 of 27 checks passed
@tiulpin tiulpin deleted the fix-security-bugs branch April 23, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants