Skip to content

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

Merged
matthewdevenny merged 1 commit into
mainfrom
add-cargowall-action-1778605423
May 12, 2026
Merged

CodeCargo: Add code-cargo/cargowall-action@v1.2.0 to workflows#33
matthewdevenny merged 1 commit into
mainfrom
add-cargowall-action-1778605423

Conversation

@matthewdevenny
Copy link
Copy Markdown
Contributor

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
Contributor

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 as the first step in each workflow job, along with explicitly-scoped job permissions to support it. This integrates an additional security/guard step into the repo’s CI (build) and release (publish) workflows.

Changes:

  • Add code-cargo/cargowall-action@v1.2.0 (SHA-pinned) as the first step in each workflow job.
  • Add per-job permissions (contents: read, actions: read, id-token: write) to both workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish.yml Adds CargoWall step and job-level permissions to the NuGet publish workflow.
.github/workflows/build.yml Adds CargoWall step and job-level permissions to the main build/test workflow.

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

@matthewdevenny matthewdevenny merged commit c4694c3 into main May 12, 2026
6 checks passed
@matthewdevenny matthewdevenny deleted the add-cargowall-action-1778605423 branch May 12, 2026 17:34
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