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

Fix artifact upload, new parameter uploadSarifReport #250

Merged
merged 4 commits into from
Jan 18, 2024

Conversation

adangel
Copy link
Member

@adangel adangel commented Jan 18, 2024

With the update from @actions/artifact 1.x to 2.x (#243), there were some incompatibilities:

  • API changed to get default client
  • Multiple Uploads of an artifact with the same name is not possible anymore

With the new parameter uploadSarifReport, the upload of the SARIF report can be disabled. This is needed in case the action is executed multiple times (e.g. in a matrix configuration for each os).

@adangel adangel added bug Something isn't working enhancement New feature or request labels Jan 18, 2024
@adangel adangel added this to the v2.0.0 milestone Jan 18, 2024
@adangel adangel merged commit 318128d into pmd:main Jan 18, 2024
3 checks passed
@adangel adangel deleted the fix-artifact-upload branch January 18, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant