chore: bump actions/checkout to v7 (SHA pin) and implement Dependabot version updates#394
Merged
Conversation
…versioning-strategy)
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions usage in this repository by bumping actions/checkout from a SHA-pinned v6 reference to a SHA-pinned v7.0.0 reference, and introduces a new Dependabot configuration to automate future GitHub Actions and npm dependency update PRs.
Changes:
- Update
actions/checkoutpins to the v7.0.0 SHA in select workflows. - Add
.github/dependabot.ymlto enable weekly Dependabot version update PRs for GitHub Actions and the CDS extractor’s npm dependencies.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-codeql.yml | Updates actions/checkout to the v7.0.0 pinned SHA in the CodeQL update automation workflow. |
| .github/workflows/copilot-setup-steps.yml | Updates actions/checkout to the v7.0.0 pinned SHA for Copilot setup steps workflow. |
| .github/workflows/cds-extractor-dist-bundle.yml | Updates actions/checkout to the v7.0.0 pinned SHA in the CDS extractor bundle validation workflow. |
| .github/dependabot.yml | Adds Dependabot configuration for weekly GitHub Actions and npm (CDS tools) dependency update PRs, with grouping and cooldown. |
Copilot's findings
- Files reviewed: 4/4 changed files
- Comments generated: 1
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
data-douser
approved these changes
Jun 23, 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.
Upgrades
actions/checkoutfrom SHA-pinned v6.0.2 (de0fac2e) to v7 (9c091bb).This is needed because floating major tags receive the safer
pull_request_targetbackport on July 16, 2026, but SHA-pinned refs do not — they must be updated manually. Dependabot version updates is not enabled for this repo so this would not get automatically patched in the future.Reference: https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/