Clarify SBOM action version comment status #448
Closed
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
Responding to feedback on PR #437 regarding version comments for GitHub Actions. The requested change (adding
# v0.17.2version comment to the SBOM action) is already present in the codebase.Checklist - required for history rewrite PRs
backup/history-YYYYMMDD-HHMMSSand verified it contains all refs.scripts/history-rewrite/preview_removals.sh --paths 'backend/codeql-db,codeql-db,codeql-db-js,codeql-db-go' --strip-size 50and attached the output or paste it below.data/backupstarball is present and tests showing rewrite will not remove unrelated artifacts.data/backups/) and verified tags are pushed to the remote or included in the tarball.--forcestep without explicit approval from maintainers and a scheduled maintenance window.Note for maintainers:
validate_after_rewrite.shwill check that thebackupsandbackup_branchare present and will fail if they are not. Provide--backup-branch "backup/history-YYYYMMDD-HHMMSS"when running the scripts or set theBACKUP_BRANCHenvironment variable so automated validation can find the backup branch.Attachments
No changes required. Current state at
.github/workflows/docker-build.yml:238:Version comment was added in commit 2dfe7ee when SBOM generation was introduced. All SHA-pinned actions in the workflow already include version comments.
Approach
N/A - No history rewrite needed. This PR clarifies that the requested version comment annotation is already implemented.
Notes for maintainers
.github/workflows/dry-run-history-rewrite.ymlwill run automatically on PR updates.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.