jmltoolkit / jmlparser

A Parser for JML and Java.
https://wadoon.github.io/jmlparser/
GNU Lesser General Public License v3.0
5 stars 1 forks source link

chore(deps): bump the gh-actions group with 4 updates #114

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the gh-actions group with 4 updates: actions/checkout, actions/setup-java, actions/cache and JetBrains/qodana-action.

Updates actions/checkout from 3.5.0 to 4.1.5

Release notes

Sourced from actions/checkout's releases.

v4.1.5

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2

v4.1.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

... (truncated)

Commits


Updates actions/setup-java from 3 to 4

Release notes

Sourced from actions/setup-java's releases.

v4.0.0

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v3...v4.0.0

v3.13.0

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in actions/setup-java#532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.13.0

v3.12.0

... (truncated)

Commits


Updates actions/cache from 3 to 4

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

4.0.2

  • Fixed restore fail-on-cache-miss not working.

4.0.1

  • Updated isGhes check

4.0.0

  • Updated minimum runner version support from node 12 -> node 20

3.3.3

  • Updates @​actions/cache to v3.2.3 to fix accidental mutated path arguments to getCacheVersion actions/toolkit#1378
  • Additional audit fixes of npm package(s)

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.0

  • Added option to lookup cache without downloading it.

3.2.6

  • Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.

3.2.5

  • Added fix to prevent from setting MYSYS environment variable globally.

3.2.4

  • Added option to fail job on cache miss.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.

3.2.2

... (truncated)

Commits


Updates JetBrains/qodana-action from 2022.3.4 to 2024.1.4

Release notes

Sourced from JetBrains/qodana-action's releases.

v2024.1.4

Changelog

  • ba18ada :bug: Fix invalid branch names
  • 132167b :arrow_up: Bump eslint-plugin-jest in the npm-development group
  • 03c90b2 :arrow_up: Bump the npm-production group with 2 updates
  • 0e6bc1d :arrow_up: Update qodana to v2024.1.4

v2024.1.3

Changelog

  • 2249826 :arrow_up: Update qodana to v2024.1.3
  • 3346d1b :arrow_up: Bump azure-pipelines-task-lib from 4.11.0 to 4.12.0
  • 348e594 :arrow_up: Bump @​octokit/types from 13.4.1 to 13.5.0
  • 469f04d :arrow_up: Bump the npm-production group with 2 updates

v2024.1.2

Changelog

  • e185f83 :bug: Update artifact upload pattern
  • 5faa8fe :bug: Fix dependency summary
  • 2dbc410 :arrow_up: Update qodana to v2024.1.2

v2024.1.1

Changelog

  • caaec8a :arrow_up: Bump the dependencies group with 7 updates
  • 28b4ee5 :bricks: Update release workflows
  • bb446e7 :bricks: Update gradle properties
  • 92c7009 :arrow_up: Bump the dependencies group with 2 updates
  • 3e525c9 :arrow_up: Bump gradle/wrapper-validation-action
  • ee19938 :arrow_up: Bump the dependencies group with 10 updates
  • d9d3d01 :bricks: Fix CLI updater script
  • 5240dc8 :arrow_up: Bump gradle/wrapper-validation-action
  • 3925fa7 :lock: Prevent second order command injection prevention (CWE-88, CWE-78)
  • 12749d0 :arrow_up: Update qodana to v2024.1.1
  • efcec05 :arrow_up: Bump the dependencies group with 7 updates
  • 03d9f05 :recycle: Apply Qodana suggestions
  • f0a644c :children_crossing: Fix view report message
  • ccc2f78 :bricks: Update Qodana configuration
  • 38a023c :bug: Support --config in the action
  • 23aa837 :bricks: Update Azure configuration
  • a4f50a6 :memo: Update Azure icon

v2023.3.2

Changelog

  • fc2dc2f :bricks: Use node20 as the action runtime
  • 43dddd1 :arrow_up: Bump the dependencies group with 7 updates
  • 9a71424 :arrow_up: Bump the dependencies group with 1 update
  • 5796958 :arrow_up: Bump the dependencies group with 2 updates
  • 8e10b3a :arrow_up: Update qodana to v2023.3.2
  • 11d3bf9 :arrow_up: Bump the dependencies group with 16 updates

... (truncated)

Commits
  • 0e6bc1d :arrow_up: Update qodana to v2024.1.4
  • 03c90b2 :arrow_up: Bump the npm-production group with 2 updates
  • 132167b :arrow_up: Bump eslint-plugin-jest in the npm-development group
  • ba18ada :bug: Fix invalid branch names
  • 469f04d :arrow_up: Bump the npm-production group with 2 updates
  • 348e594 :arrow_up: Bump @​octokit/types from 13.4.1 to 13.5.0
  • 3346d1b :arrow_up: Bump azure-pipelines-task-lib from 4.11.0 to 4.12.0
  • 2249826 :arrow_up: Update qodana to v2024.1.3
  • f6f71dd :arrow_up: Bump the npm-development group with 3 updates
  • 4b4a649 :bricks: Add new GitHub integration tests
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #116.