CodeCargo: update code-cargo/cargowall-action to v1.3.3#81
Merged
matthewdevenny merged 1 commit intoJul 14, 2026
Merged
Conversation
Updates all references to code-cargo/cargowall-action to version v1.3.3. Co-Authored-By: codecargo[bot] <216941920+codecargo[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates this repository’s GitHub Actions workflows to use code-cargo/cargowall-action v1.3.3, pinned to the commit SHA aa88f652e49b36a660add09311d077383dbc2ae7 for reproducibility/supply-chain hardening.
Changes:
- Bumped
code-cargo/cargowall-actionfrom v1.3.0 to v1.3.3 (SHA-pinned) in CI workflow jobs. - Bumped
code-cargo/cargowall-actionfrom v1.3.0 to v1.3.3 (SHA-pinned) in release workflow jobs. - Bumped
code-cargo/cargowall-actionfrom v1.3.0 to v1.3.3 (SHA-pinned) in the BPF generate verification workflow.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/bpf-generate.yml | Updates the CargoWall action reference to v1.3.3 (SHA-pinned) for the generated-files verification job. |
| .github/workflows/ci.yml | Updates all CI jobs/steps that invoke the CargoWall action to v1.3.3 (SHA-pinned). |
| .github/workflows/release.yml | Updates release pipeline jobs that invoke the CargoWall action to v1.3.3 (SHA-pinned). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Update code-cargo/cargowall-action
Updates all references to
code-cargo/cargowall-actionto versionv1.3.3.Modified workflows
.github/workflows/bpf-generate.yml.github/workflows/ci.yml.github/workflows/release.ymlGenerated by CodeCargo