chore(pkgd-action): update action.yml action name and test assertions - #43
Merged
Conversation
…st expectations Signed-off-by: Division 7 <divisionseven@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
pascalthedev
approved these changes
Jul 26, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Renames the GitHub Action's display name in
action.ymlfrom"Package Defender Security Audit"to"PKG-Defender Security Audit"for brand consistency, and updates the corresponding test assertion ingithub-action/tests/action.test.js.Type of Change
Motivation and Context
The action's Marketplace display name was
"Package Defender Security Audit"but the project's official name is PKG-Defender. This inconsistency meant users browsing the GitHub Marketplace would see the wrong brand name. This change aligns the action's name with the rest of the project's branding.Implementation Notes
Two files changed, two insertions, two deletions:
github-action/action.ymlname: 'Package Defender Security Audit'→name: 'PKG-Defender Security Audit'github-action/tests/action.test.jsThere are no functional changes — the action's inputs, outputs, runtime behavior, and Marketplace metadata are entirely unaffected.
Testing
pytest --cov-fail-under=90)pytest tests/integration/test_smoke_e2e.py --tb=short -q)Manual testing performed:
namefield inaction.ymlreads"PKG-Defender Security Audit"action.test.jsmatches the new nameChecklist
ruff check .andruff format --check .)mypy .)pytest --cov-fail-under=90)docs/reference/exit-codes.mdCHANGELOG.mdwith a brief entry under[Unreleased]pyproject.toml.github/workflows/dependency-review.yml) runs automatically on PRsScreenshots / Output
N/A
Breaking Changes
None.
Related Issues / PRs
None.