Releases: pixee/upload-tool-results-action
Releases · pixee/upload-tool-results-action
v2.5.0
v2.4.0
What's Changed
- 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
- Add support for Checkmarx SARIF uploads by @drdavella in #32
- Issue one request per uploaded file by @drdavella in #33
Full Changelog: v2.1.0...v2.4.0
v2.3.0
What's Changed
- 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
- Add support for Checkmarx SARIF uploads by @drdavella in #32
Full Changelog: v2.1.0...v2.3.0
v2.2.0
v2.1.1
v2.1.0
What's Changed
- Add support for uploading Snyk SARIF by @drdavella in #27
- 📝 Update Examples to Use v2 by @gilday in #28
Full Changelog: v2.0.0...v2.1.0
v2.0.0
🔥 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:
-
Input Name Change:
- The input name has been changed from
sonar-api-url
tosonar-host-url
to align with SonarQube's configuration expectations.
- The input name has been changed from
-
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.
- Trailing slashes in the
Impact:
- Users need to update their workflows to use
sonar-host-url
instead ofsonar-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
v1.1.2
What's Changed
- 📌 Pin Examples to Major Version by @gilday in #21
- Add support for Contrast results by @JesusCotlamee in #19
Full Changelog: https://github.com/pixee/upload-tool-results-action/commits/v1.1.2
v1.1.1
What's Changed
- Fix regression in tool support by @drdavella in #18
Full Changelog: https://github.com/pixee/upload-tool-results-action/commits/v1.1.1