ci(deps)(deps): bump the actions group across 1 directory with 5 updates - #67
Merged
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-c1735b5799
branch
2 times, most recently
from
August 3, 2026 13:27
35e75bb to
67759e8
Compare
7 tasks
sumitake
added a commit
that referenced
this pull request
Aug 4, 2026
#90) Replace the four frozen action-pin fixtures (exact gitleaks SHA; three '# v4' major-version regexes for codeql init/analyze and upload-artifact) with anchored property assertions: a real 'uses:' line, a full 40-hex commit SHA, and a version comment (dotted forms accepted). Every Dependabot actions-group PR (#9/#29/#67) failed CI by construction because Dependabot cannot update fixtures that mirror the workflow it bumps. Full-SHA pinning stays enforced repo-wide by test_every_external_action_is_pinned_to_a_full_commit; WHICH SHA runs is governed by CODEOWNERS review of workflow diffs. Anchoring to uses: lines is a strictness increase over the old substring assertions (Codex cross-family review, DISAGREE-MINOR H, both concerns integrated; its proposed regex was corrected empirically to accept dotted version comments, which Dependabot writes). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.1` | `7.0.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) | `2.3.9` | `3.0.0` | Updates `actions/checkout` from 5.0.1 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...3d3c42e) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) Updates `gitleaks/gitleaks-action` from 2.3.9 to 3.0.0 - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](gitleaks/gitleaks-action@ff98106...e0c47f4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: gitleaks/gitleaks-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-c1735b5799
branch
from
August 4, 2026 06:30
67759e8 to
2f15c5c
Compare
Dependabot bumped actions/checkout v5.0.1 -> v7.0.1 (SHA 3d3c42e5 = official v7.0.1/v7 tag, verified via API) but left the bare-major '# v5' comment unchanged on all 16 lines. The pin comment is audit metadata; correct it to the exact release the SHA points at. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Bumps the actions group with 5 updates in the / directory:
5.0.17.0.16.3.07.0.04.6.27.0.14.3.08.0.12.3.93.0.0Updates
actions/checkoutfrom 5.0.1 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-pythonfrom 6.3.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Updates
actions/upload-artifactfrom 4.6.2 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
actions/download-artifactfrom 4.3.0 to 8.0.1Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they doUpdates
gitleaks/gitleaks-actionfrom 2.3.9 to 3.0.0Release notes
Sourced from gitleaks/gitleaks-action's releases.
Commits
e0c47f4chore: migrate to Node 24 runtime (v3)bf2dc8eMerge pull request #191 from Olexandr88/patch-1b71323bUpdate README.md9c66aa9Update README.md186c3feCreate FUNDING.ymlAdjudication (claude, 2026-08-04)
Grouped bump of 5 pinned actions, workflows only. Reviewed per the Tier-2 dependency contract:
3d3c42e5=v7.0.1/v7; setup-python5fda3b95=v7.0.0; upload-artifact043fb46d=v7.0.1; download-artifact3e5f45b2=v8.0.1; gitleaks-actione0c47f4f=v3.0.0), verified via GitHub API.# v5comment stale on all 16 checkout lines despite the v5.0.1→v7.0.1 jump; corrected to# v7.0.1(2fb949c). Note: this stops Dependabot maintaining the branch — merge is imminent.author: dependabot (adjudicated by claude, claude-fable-5, effort default)
standing_directives: operator-instructed (2026-08-04, "review PR #67, add the trace, merge"); per-PR adjudication path chosen over gate exemption/auto-fill (operator decision 2026-08-04); dependabot.yml Tier-2 cross-check policy honored
tier: 2
cross_check: PROCEED after integration (codex gpt-5.5, effort low, hardened codex_exec wrapper prompt-only; verdict DISAGREE-MINOR confidence M; concerns integrated with evidence: upload-v7/download-v8 pair compatibility confirmed from upstream README/release notes, v8 digest-enforcement assessed fail-closed-positive, runner baseline confirmed hosted-only, stale checkout comments fixed in 2fb949c as reviewer endorsed)
post_condition: post-rebase CI green on 2f15c5c except validate-trace (this edit supplies the trace); provenance SHA=tag verified for all 5 actions; comment-fix 2fb949c pushed, checks re-running
mcp_coverage_gap: NONE
contributor_rights: OWNER-AUTHORED
operator_reserved: no
plugin_affected: NONE — CI workflow pins only, no distributed plugin content
readme_refresh_status: README unaffected (no release, no version bump)