Sync upstream repository template changes and apply dependabot version updates#57
Merged
Conversation
Updated current branch with the safe equivalents of several stale/conflicted Dependabot PRs. Applied docs lockfile security updates for addressable, nokogiri, and rexml, and refreshed selected GitHub Actions dependencies (actions/checkout, actions/upload-artifact, actions/download-artifact, ossf/scorecard-action) by resolving conflicts against the current workflow files rather than merging outdated branches directly. Skipped stale or unsafe PRs, including the outdated activesupport bump and several obsolete npm branches targeting old repo paths or already-satisfied versions. Validated with pre-commit run --config scripts/config/pre-commit.yaml --files ..., file error checks, and git diff --check. Local docs build remains to be run on a Ruby/Bundler setup compatible with docs/Gemfile.lock.
… handling in scripts
Contributor
There was a problem hiding this comment.
Pull request overview
Synchronizes this repository with upstream template changes and Dependabot updates, primarily by modernizing CI/CD workflows and hardening helper scripts used in development/CI.
Changes:
- Updated multiple GitHub Actions workflows/actions to newer
actions/*,ossf/scorecard-action, and AWS credential action revisions. - Improved Docker helper scripts (stricter required env var checks; safer variable scoping; adjusted clean behavior).
- Updated docs Ruby dependencies in
docs/Gemfile.lock.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/githooks/check-todos.sh | Refreshes TODO scanning hook docs/behavior and argument handling. |
| scripts/docker/docker.mk | Changes clean target behavior based on whether DOCKER_IMAGE is set. |
| scripts/docker/docker.lib.sh | Adds env-var validation, tightens scoping, and adjusts docker clean/build/push helpers. |
| docs/Gemfile.lock | Bumps Ruby gem versions used for docs. |
| .github/workflows/stage-4-acceptance.yaml | Updates checkout action pin used during acceptance stage jobs. |
| .github/workflows/stage-3-build.yaml | Updates checkout/upload-artifact versions used in build stage jobs. |
| .github/workflows/stage-2-test.yaml | Updates checkout/upload-artifact versions used in test stage jobs. |
| .github/workflows/stage-1-commit.yaml | Updates checkout versions used in commit stage jobs. |
| .github/workflows/scorecard.yml | Updates scorecard workflow action pins (checkout, scorecard-action, upload-artifact). |
| .github/workflows/scheduled-repository-template-sync.yaml | Updates checkout action pin for scheduled template sync. |
| .github/workflows/pr_closed.yaml | Updates checkout version used in PR-closed workflow jobs. |
| .github/workflows/cicd-3-deploy.yaml | Updates checkout/upload-artifact versions and adjusts a TODO comment. |
| .github/workflows/cicd-1-pull-request.yaml | Updates checkout version used in CI/CD pull-request workflow. |
| .github/scripts/dispatch_internal_repo_workflow.sh | Adds CLI arg validation + improves jq payload construction for workflow dispatch. |
| .github/actions/scan-dependencies/action.yaml | Updates artifact upload + AWS credentials action pins for dependency scanning. |
| .github/actions/create-lines-of-code-report/action.yaml | Updates artifact upload + AWS credentials action pins for LOC reporting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…iles Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
22b5b99 to
e90d7ad
Compare
aidenvaines-cgi
approved these changes
Apr 14, 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.
Description
Context
Type of changes
Checklist
Sensitive Information Declaration
To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.