chore(deps): update actions/checkout digest to 3d3c42e - #2043
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the pinned actions/checkout digest across multiple GitHub Actions workflows to a newer commit for consistent supply-chain pinning.
Changes:
- Replaced the pinned
actions/checkoutSHA in all workflows. - Kept the declared major version comment while updating the underlying digest.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/scorecard.yml | Bumps pinned actions/checkout digest for scorecard job. |
| .github/workflows/releaser.yml | Bumps pinned actions/checkout digest for release workflow. |
| .github/workflows/releaser-dry-run.yml | Bumps pinned actions/checkout digest for dry-run release workflow. |
| .github/workflows/lint.yml | Bumps pinned actions/checkout digest for linting jobs. |
| .github/workflows/helm-test.yml | Bumps pinned actions/checkout digest for helm test/lint workflows. |
| .github/workflows/helm-publish.yml | Bumps pinned actions/checkout digest for helm publishing workflows. |
| .github/workflows/e2e.yml | Bumps pinned actions/checkout digest for e2e jobs. |
| .github/workflows/docker-publish.yml | Bumps pinned actions/checkout digest for docker publish workflow. |
| .github/workflows/docker-build.yml | Bumps pinned actions/checkout digest for docker build workflow. |
| .github/workflows/coverage.yml | Bumps pinned actions/checkout digest for coverage workflows. |
| .github/workflows/check-commit.yml | Bumps pinned actions/checkout digest for commit lint workflow. |
| .github/workflows/check-actions.yml | Bumps pinned actions/checkout digest for action validation workflow. |
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2043 +/- ##
=======================================
Coverage 26.08% 26.08%
=======================================
Files 382 382
Lines 22050 22050
=======================================
Hits 5752 5752
Misses 16045 16045
Partials 253 253 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
9c091bb→3d3c42eConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.