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

Update github-actions (major) - autoclosed #35

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
JetBrains/qodana-action action major v2023.3.2 -> v2024.1.3
gradle/wrapper-validation-action action major v2.1.2 -> v3.3.2

Release Notes

JetBrains/qodana-action (JetBrains/qodana-action)

v2024.1.3

Compare Source

Changelog

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

v2024.1.2

Compare Source

Changelog

  • e185f83 🐛 Update artifact upload pattern
  • 5faa8fe 🐛 Fix dependency summary
  • 2dbc410 ⬆️ Update qodana to v2024.1.2

v2024.1.1

Compare Source

Changelog

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

v3.3.2

Compare Source

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

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

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

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

v3.3.1

Compare Source

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

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

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

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

v3.3.0

Compare Source

This is the first release of gradle/wrapper-validation-action available with the v3 version tag.

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

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

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

Changes from wrapper-validation-acion@v2

There are no functional changes in this release. The jump directly to v3 (and v3.3.0) serves 2 purposes:

  • Ensure that users explicitly switch to the new delegating action implementation
    • This upgrade also provides an opportunity for users to switch directly to gradle/actions/wrapper-validation
  • Allows us to have consistent version numbering between gradle/wrapper-validation-action and gradle/actions/wrapper-validation

See #​198

Full Changelog: gradle/wrapper-validation-action@v2.1.3...v3.3.0

v2.1.3

Compare Source

What's Changed

  • Update various NPM dependencies
  • Update wrapper checksums to include Gradle 8.7

Full Changelog: gradle/wrapper-validation-action@v2.1.2...v2.1.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file github-actions labels Apr 13, 2024
Copy link
Contributor

github-actions bot commented Apr 13, 2024

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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format 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:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@renovate renovate bot force-pushed the renovate/major-github-actions branch from 864efd0 to 8a042e6 Compare April 18, 2024 22:12
@renovate renovate bot changed the title Update gradle/wrapper-validation-action action to v3 Update github-actions (major) Apr 24, 2024
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 695adca to 04eb5a9 Compare April 25, 2024 22:30
Copy link
Contributor

github-actions bot commented Apr 25, 2024

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:

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:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@renovate renovate bot force-pushed the renovate/major-github-actions branch from 04eb5a9 to ee77040 Compare May 1, 2024 15:17
@renovate renovate bot force-pushed the renovate/major-github-actions branch from ee77040 to 3760ff4 Compare May 2, 2024 19:59
Copy link
Contributor

github-actions bot commented May 2, 2024

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:

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:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@renovate renovate bot changed the title Update github-actions (major) Update github-actions (major) - autoclosed May 4, 2024
@renovate renovate bot closed this May 4, 2024
@renovate renovate bot deleted the renovate/major-github-actions branch May 4, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github-actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants