CodeCargo: update code-cargo/cargowall-action to v1.3.3#79
Closed
matthewdevenny wants to merge 1 commit into
Closed
CodeCargo: update code-cargo/cargowall-action to v1.3.3#79matthewdevenny wants to merge 1 commit into
matthewdevenny wants to merge 1 commit into
Conversation
Updates all references to code-cargo/cargowall-action to version v1.3.3. Co-Authored-By: codecargo-stage[bot] <216939134+codecargo-stage[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s GitHub workflows to use code-cargo/cargowall-action version v1.3.3, affecting CI, release, and BPF generation workflows.
Changes:
- Bumps
code-cargo/cargowall-actionreferences in workflows tov1.3.3 - Applies the update across CI, release, and BPF generation workflow entrypoints
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Updates CargoWall action version used during release build/upload jobs |
| .github/workflows/ci.yml | Updates CargoWall action version across CI checks, tests, and integration jobs |
| .github/workflows/bpf-generate.yml | Updates CargoWall action version used for generated BPF verification |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| id-token: write | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
| id-token: write | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
| checks: write | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
| id-token: write | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
|
|
||
| - name: Start CargoWall via Action | ||
| uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| uses: code-cargo/cargowall-action@v1.3.3 |
|
|
||
| - name: Start CargoWall via Action | ||
| uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| uses: code-cargo/cargowall-action@v1.3.3 |
| run: chmod +x bin/cargowall | ||
|
|
||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
| arch: [amd64, arm64] | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
| attestations: write | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
| id-token: write | ||
| steps: | ||
| - uses: code-cargo/cargowall-action@41060a3cd1b22ea4922be4a8769c149983ef4eae # v1.3.0 | ||
| - uses: code-cargo/cargowall-action@v1.3.3 |
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