Bump version: 2.4.0 → 2.5.0#275
Merged
Bwvolleyball merged 14 commits intoApr 2, 2026
Merged
Conversation
Implements authenticate(), searchScanBySha(), and checkForExistingScan() to look up existing scans by commit SHA before running a new scan.
Implements buildScanSummaryMarkdown, writeScanSummary, and postPrComment for formatting scan results as markdown and posting to GitHub Step Summary or PR comments when a previously completed scan is found by commit SHA.
Add two new action inputs to action.yml and gatherInputs() in src/utilities.js: - commitShaCheck: triggers pre-scan SHA lookup on the StackHawk platform - organizationId: required when commitShaCheck is enabled Rebuild dist/ to include updated utilities.
feat: add commit SHA check to skip redundant scans
Without a bump2version call, the CI "Create Release" step is silently skipped because version-check.sh finds the existing tag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
93f5005
into
security/teampcp-update-main-version-hardening
12 checks passed
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
.bumpversion.cfg,package.json, andREADME.mdviabump2version minorTest plan
v2.5.0🤖 Generated with Claude Code