Skip to content

CodeCargo: Add code-cargo/cargowall-action@v1.2.0 to workflows#9

Merged
matthewdevenny merged 1 commit into
boxbuildfrom
add-cargowall-action-1778605419
May 12, 2026
Merged

CodeCargo: Add code-cargo/cargowall-action@v1.2.0 to workflows#9
matthewdevenny merged 1 commit into
boxbuildfrom
add-cargowall-action-1778605419

Conversation

@matthewdevenny
Copy link
Copy Markdown

Add code-cargo/cargowall-action

Adds code-cargo/cargowall-action@v1.2.0 as the first step in each workflow job with the required permissions.

SHA-pinned to fc9644606d84536b4e59a30ad2802904f7b4ff22 (v1.2.0)

Modified workflows

  • .github/workflows/publish.yml
  • .github/workflows/build.yml

Permissions added per job

permissions:
  contents: read
  actions: read
  id-token: write

Generated by CodeCargo

Adds code-cargo/cargowall-action@v1.2.0 as the first step in each job
with required permissions (contents: read, actions: read, id-token: write).
Copilot AI review requested due to automatic review settings May 12, 2026 17:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the CodeCargo “CargoWall” GitHub Action to the repository’s CI workflows, along with the permissions required for the action to run.

Changes:

  • Added code-cargo/cargowall-action@v1.2.0 (SHA-pinned) as the first step in the build and publish jobs.
  • Added job-level permissions blocks to grant actions: read and id-token: write (and contents: read where applicable).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/publish.yml Adds CargoWall step and expands job permissions (currently introduces invalid YAML indentation in steps).
.github/workflows/build.yml Adds CargoWall step and explicit job permissions; removes trailing blank lines.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 21 to 24
steps:
- name: CargoWall
uses: code-cargo/cargowall-action@fc9644606d84536b4e59a30ad2802904f7b4ff22 # v1.2.0
- uses: actions/checkout@v6
@matthewdevenny matthewdevenny merged commit aa7233b into boxbuild May 12, 2026
6 checks passed
@matthewdevenny matthewdevenny deleted the add-cargowall-action-1778605419 branch May 12, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants