Skip to content

Releases: pixee/upload-tool-results-action

v2.2.0

09 Jul 00:52
8228d03
Compare
Choose a tag to compare

What's Changed

  • 🎨 Apply Formatting by @gilday in #29
  • Update tool to upload multiple files by @carlosu7 in #20
  • ✨ Add Support for Uploading Local Tool Results Instead of Fetching Results by @gilday in #30

Full Changelog: v2.1.0...v2.1.2

v2.1.1

28 Jun 01:45
7f27cfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

28 Jun 01:35
1a3f44f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

12 Jun 18:03
4b69b43
Compare
Choose a tag to compare

🔥 Breaking Change: SonarQube Host URL Configuration

Summary:
We have updated the sonar-api-url input to sonar-host-url to be consistent with SonarQube tooling. This change addresses an inconsistency that caused issues for users, particularly with trailing slashes in the URL. We now use URL building modules to construct URLs, ensuring robustness and compatibility.

Details:

  1. Input Name Change:

    • The input name has been changed from sonar-api-url to sonar-host-url to align with SonarQube's configuration expectations.
  2. Handling Trailing Slashes:

    • Trailing slashes in the sonar-host-url are now tolerated. We have switched to using URL building modules instead of string operations to construct URLs, ensuring proper handling of trailing slashes and other edge cases.

Impact:

  • Users need to update their workflows to use sonar-host-url instead of sonar-api-url.
  • This change is considered a breaking change and requires users to update to the latest version of the action.

Example:

steps:
  - name: Run SonarCloud Analysis
    uses: pixee/upload-tool-results-action@v2
    with:
      sonar-host-url: ${{ vars.SONAR_HOST_URL }}
      # other inputs

What's Changed

  • 📝 Document SonarQube Integration by @gilday in #25
  • ISS-1378 Make pixee/upload-tool-results-action Sonar Host URL Consistent With Sonar Actions by @JesusCotlamee in #26

Full Changelog: https://github.com/pixee/upload-tool-results-action/commits/v2.0.0

v1.1.3

05 Jun 13:23
9caa332
Compare
Choose a tag to compare

What's Changed

  • 🎨 Format with Prettier by @gilday in #23
  • 📝 Add Pixee API to README by @gilday in #22
  • ✨ Support Workflows Triggered By "Push" Event by @gilday in #24

Full Changelog: v1.1.2...v1.1.3

v1.1.2

31 May 16:28
587c3af
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/pixee/upload-tool-results-action/commits/v1.1.2

v1.1.1

20 May 20:13
3f39280
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/pixee/upload-tool-results-action/commits/v1.1.1

v1.1.0

20 May 18:58
7d85c0d
Compare
Choose a tag to compare

What's Changed

  • Enable upload support for Contrast Assess Findings XML by @drdavella in #17

Full Changelog: https://github.com/pixee/upload-tool-results-action/commits/v1.1.0

v1.0.5

16 May 18:33
048bf50
Compare
Choose a tag to compare

What's Changed

New input for Pixee API URL #15

Full Changelog: v1.0.4...v1.0.5

v1.0.4

10 May 17:47
c7906b7
Compare
Choose a tag to compare

What's Changed

  • Updating sonar github action to also retrieve and upload hotspots by @carlosu7 in #11

Full Changelog: v1.0.3...v1.0.4