feat: dog food pinning - #5
Merged
Merged
Conversation
|
Warning This is an internal experiment to assess Copilot's ability to auto-approve PRs. Please 👍 this comment if the assessment below is correct and 👎 if not. Feedback in #f-ccr-auto-approve is appreciated! Copilot thinks this PR is not ready to approve — see review comments for details. |
There was a problem hiding this comment.
Pull request overview
This PR appears to “dogfood” gh actions-pin by committing the generated dependency lock information into this repo’s GitHub Actions workflows.
Changes:
- Added an auto-generated
dependencies:lock section to.github/workflows/test.yml. - Added an auto-generated
dependencies:lock section (including transitive action deps) to.github/workflows/release.yml.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test.yml | Appends an auto-generated dependency lock section for the workflow’s action refs. |
| .github/workflows/release.yml | Appends an auto-generated dependency lock section for the release workflow’s action refs (and related transitive deps). |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
Comment on lines
+20
to
+22
| dependencies: | ||
| - github.com/actions/checkout@v5:sha1-93cb6efe18208431cddfb8368fd83d5badbf9bfd | ||
| - github.com/actions/setup-go@v6:sha1-4a3601121dd01d1626a1e23e37211e3254c1c06c |
Comment on lines
+22
to
+28
| dependencies: | ||
| - github.com/actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74:sha1-36fa7d009e22618ca7cd599486979b8150596c74 | ||
| - github.com/actions/attest-build-provenance@v1:sha1-ef244123eb79f2f7a7e75d99086184180e6d0018 | ||
| - github.com/actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d:sha1-67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d | ||
| - github.com/actions/checkout@v6:sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd | ||
| - github.com/actions/setup-go@v5:sha1-40f1582b2485089dde7abd97c1529aa768e1baff | ||
| - github.com/cli/gh-extension-precompile@v2:sha1-9e2237c30f869ad3bcaed6a4be2cd43564dd421b |
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.
No description provided.