Skip to content

Pin tauri-apps/tauri-action@v0 to a commit SHA #213

@stultus

Description

@stultus

Context

`release.yml` uses `tauri-apps/tauri-action@v0` — a mutable major-version tag. Anyone with write access to that tag (a compromised maintainer account, a hijacked release pipeline) could ship malicious code into our release builds, which then get signed with our Apple Developer ID and notarized.

Action

  1. Find the latest commit SHA of the action: visit https://github.com/tauri-apps/tauri-action/commits/v0
  2. Replace `uses: tauri-apps/tauri-action@v0` with `uses: tauri-apps/tauri-action@ # v0.x.x`
  3. Dependabot (already configured for `github-actions`) will open PRs to bump the SHA when new versions land.

Why

OWASP CI/CD top 10 #4: insufficient flow control mechanisms (third-party action supply chain). For a code-signed desktop release, this is a real risk surface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions