-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generate GitHub Actions summary #442
Merged
Merged
+97
−14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write a summary report to `$GITHUB_STEP_SUMMARY` by default containing the SDK version, release date and any CVEs. Resolves #145.
martincostello
added
enhancement
New feature or request
javascript
Pull requests that update Javascript code
labels
May 2, 2023
Bump package version to 2.2.0 for new functionality.
Rather than attempting to write and catching the error, check for whether `GITHUB_STEP_SUMMARY` is set.
Remove URLs from the pull request Markdown content for CVEs in GitHub.com so that CVE IDs render a hovercard. The link format is unchanged for GitHub Enterprise Server as I don't believe that's supported as the appliance would need internet connectivity. Resolves #443.
Update SHA to include the changes from #442.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #442 +/- ##
==========================================
+ Coverage 79.26% 79.74% +0.47%
==========================================
Files 2 2
Lines 217 232 +15
Branches 43 48 +5
==========================================
+ Hits 172 185 +13
- Misses 35 37 +2
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
martincostello
added a commit
that referenced
this pull request
May 3, 2023
Update SHA to include the changes from #442. I forgot the rebase would change the SHA.
Merged
martincostello
added a commit
that referenced
this pull request
May 3, 2023
Update SHA to include the changes from #442. I forgot the rebase would change the SHA.
martincostello
added a commit
to martincostello/dotnet-patch-automation-sample
that referenced
this pull request
May 3, 2023
Revert the .NET SDK and consume the changes from martincostello/update-dotnet-sdk#442 to test it.
martincostello
added a commit
to martincostello/dotnet-patch-automation-sample
that referenced
this pull request
May 3, 2023
Revert the .NET SDK and consume the changes from martincostello/update-dotnet-sdk#442 to test it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Write a summary report to
$GITHUB_STEP_SUMMARY
by default containing the SDK version, release date and any CVEs.Resolves #145.