VerifAPS / verifaps-lib

Libraries for the analysis of IEC61131-3 code
Other
15 stars 5 forks source link

Bump the all group with 5 updates #139

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the all group with 5 updates:

Package From To
actions/setup-java 3 4
actions/checkout 3 4
JetBrains/qodana-action 2023.2 2024.1
github/codeql-action 2 3
gradle/gradle-build-action 2.2.1 3.3.2

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/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

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

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.6

v4.1.5

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

... (truncated)

Commits


Updates JetBrains/qodana-action from 2023.2 to 2024.1

Release notes

Sourced from JetBrains/qodana-action's releases.

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
  • 19ac427 :arrow_up: Bump undici from 5.26.3 to 5.28.3
  • 3ffdff2 :arrow_up: Bump the dependencies group with 1 update
  • a040a78 :arrow_up: Bump follow-redirects from 1.15.5 to 1.15.6

v2023.3.1

Changelog

  • e5e5181 :bug: Problem may not always contain a location.
  • 138fe72 :bug: Repack action distribution
  • 7f47dd1 :bug: Fix nullability
  • 8815ca3 :bug: Repack action distribution
  • 4660a5f :arrow_up: Bump the dependencies group with 2 updates
  • 2699838 :arrow_up: Bump the dependencies group with 15 updates
  • 0810865 :arrow_up: Update qodana to v2023.3.1
  • 7cf87a0 :recycle: Fix code for the latest GitHub dependencies
  • 5047802 :bug: Fix output issues (QD-6541, QD-7986)
  • 54f6385 :arrow_up: Bump the dependencies group with 9 updates
  • f5f62df :arrow_up: Bump the dependencies group with 3 updates

v2023.3.0

Changelog

  • d649a11 :arrow_up: Bump the dependencies group with 1 update
  • 8815261 :arrow_up: Bump the dependencies group with 6 updates
  • 44987a4 :bug: Fix comment text
  • 8cd5597 :bricks: Update output types for @actions/github 6.0
  • a8363b7 :arrow_up: Update qodana to v2023.3.0

v2023.2.9

Changelog

  • 4dcb914 :arrow_up: Bump the dependencies group with 1 update
  • e53ac44 :arrow_up: Bump azure-pipelines-tool-lib from 2.0.4 to 2.0.7
  • d967b8d :arrow_up: Bump @​babel/traverse from 7.22.5 to 7.23.2 in /common
  • ca7f3f0 :arrow_up: Bump @​babel/traverse from 7.23.0 to 7.23.2
  • 29f22af :arrow_up: Bump @​typescript-eslint/parser from 6.7.4 to 6.12.0
  • f9a9d80 :arrow_up: Bump undici from 5.25.4 to 5.26.3
  • ca58de2 :arrow_up: Update qodana to v2023.2.9 (to support Qodana for .NET running without Docker)
  • 35c2522 :arrow_up: Bump the dependencies group with 18 updates
  • d88b4f7 :zap: Disable Docker/linux requirement for Azure task
  • 489ba71 :bug: Fix report URL for native runs

... (truncated)

Commits
  • 32840fd Merge pull request #310 from JetBrains/next
  • eeccdb2 :arrow_up: Update qodana to v2024.1.5
  • 85272e3 :bricks: Add clang integration tests
  • 3c1919b :bricks: Include more options into test matrix
  • 24381a6 :arrow_up: Bump the npm-development group with 2 updates
  • b78548c :bricks: Set up more tests
  • 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
  • Additional commits viewable in compare view


Updates github/codeql-action from 2 to 3

Release notes

Sourced from github/codeql-action's releases.

CodeQL Bundle v2.17.3

Bundles CodeQL CLI v2.17.3

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.3:

CodeQL Bundle v2.17.2

Bundles CodeQL CLI v2.17.2

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.2:

CodeQL Bundle v2.17.1

Bundles CodeQL CLI v2.17.1

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.1:

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

3.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

3.25.2 - 22 Apr 2024

No user facing changes.

3.25.1 - 17 Apr 2024

  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

3.25.0 - 15 Apr 2024

  • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

    As a result, the following inputs and environment variables are now ignored:

    • The setup-python-dependencies input to the init Action
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

    We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

  • Automatically overwrite an existing database if found on the filesystem. #2229

  • Bump the minimum CodeQL bundle version to 2.12.6. #2232

  • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

3.24.10 - 05 Apr 2024

  • Update default CodeQL bundle version to 2.17.0. #2219
  • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
    • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.24.9 - 22 Mar 2024

... (truncated)

Commits
  • cbe408d Add option tools: linked for init action.
  • bf2faab Merge pull request #2288 from github/mergeback/v3.25.5-to-main-b7cec752
  • 32f554e Update checked-in dependencies
  • 9f6ef11 Update changelog and version after v3.25.5
  • b7cec75 Merge pull request #2287 from github/update-v3.25.5-4a5197247
  • 90e315a Update tests for GHEC-DR
  • 6778fe4 Update changelog for v3.25.5
  • See full diff in compare view


Updates gradle/gradle-build-action from 2.2.1 to 3.3.2

Release notes

Sourced from gradle/gradle-build-action's releases.

v3.3.2

[!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2

v3.3.1

[!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1

v3.3.0

[!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

... (truncated)

Commits
  • 4c39dd8 Bump to v3.3.2
  • e2097cc Bump to use v3.3.1
  • 8baac4c Map setup-gradle outputs back to gradle-build-action
  • 595fa85 Run quick-check on main
  • f02f491 Update action.yml for setup-gradle@v3.3.0
  • cb6e43f Emit correct deprecation warnings in setup-gradle
  • bdf99f9 Update action.yml for v3.2.1
  • fe59895 Disable dependabot for this repo
  • 928891f Update action.yml for v3.2.0
  • 942d5e1 Bump Gradle Wrapper from 8.6 to 8.7 in /.github/workflow-samples
  • 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
github-actions[bot] commented 5 months ago

Qodana Community 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 To be able to view the detailed Qodana report, you can either: - Register at [Qodana Cloud](https://qodana.cloud/) and [configure the action](https://github.com/jetbrains/qodana-action#qodana-cloud) - Use [GitHub Code Scanning with Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning) - Host [Qodana report at GitHub Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages) - Inspect and use `qodana.sarif.json` (see [the Qodana SARIF format](https://www.jetbrains.com/help/qodana/qodana-sarif-output.html#Report+structure) for details) To get `*.log` files or any other Qodana artifacts, run the action with `upload-result` option set to `true`, so that the action will upload the files as the job artifacts: ```yaml - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2024.1.5 with: upload-result: true ```
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions