Skip to content

VLN-1357: remediate unpinned-github-actions#332

Open
picatz wants to merge 1 commit into
mainfrom
camper/unpinned-github-actions-finding-pin-actions-ui-server
Open

VLN-1357: remediate unpinned-github-actions#332
picatz wants to merge 1 commit into
mainfrom
camper/unpinned-github-actions-finding-pin-actions-ui-server

Conversation

@picatz
Copy link
Copy Markdown

@picatz picatz commented May 27, 2026

🏕️ This pull request was created by camper, an automated security campaign tool.

Finding

Ruleunpinned-github-actions
SeverityMEDIUM
Repositorytemporalio/ui-server
TicketVLN-1357

Summary

  • .github/actions/setup-go/action.yaml: Pinned actions/setup-go@v4 and arduino/setup-protoc@v1 to full commit SHAs with exact semver comments.
  • .github/actions/docker-build-push/action.yml: Pinned docker/metadata-action@v4 and docker/build-push-action@v4 to full commit SHAs with exact semver comments.
  • .github/actions/setup-docker/action.yaml: Pinned docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, and docker/login-action@v3 to full commit SHAs with exact semver comments.
  • .github/actions/setup-node/action.yaml: Pinned pnpm/action-setup@v4, actions/setup-node@v4, and actions/cache@v3 to full commit SHAs with exact semver comments.
  • .github/actions/download-and-build-ui/action.yaml: Pinned actions/checkout@v3 to a full commit SHA with an exact semver comment.
  • .github/workflows/on-commit-dispatch.yml: Pinned actions/create-github-app-token@v2 and actions/checkout@v4 to full commit SHAs with exact semver comments.
  • .github/workflows/on-release-dispatch.yml: Pinned actions/create-github-app-token@v2, actions/checkout@v4, and softprops/action-gh-release@v2 to full commit SHAs with exact semver comments.
  • .github/workflows/manual-docker-push.yaml: Pinned actions/checkout@v4 to a full commit SHA with an exact semver comment.
  • .github/workflows/on-commit.yaml: Pinned actions/checkout@v4 to a full commit SHA with an exact semver comment.
  • .github/workflows/on-release.yaml: Pinned actions/checkout@v4, goreleaser/goreleaser-action@v6, actions/create-github-app-token@v2, and peter-evans/repository-dispatch@v3 to full commit SHAs with exact semver comments.
  • .github/workflows/test.yml: Pinned actions/checkout@v4 to a full commit SHA with an exact semver comment.

Instructions

  • Approve to merge this fix
  • Request changes to trigger a new remediation attempt
  • /camper rebase — rebase onto the base branch
  • /camper close — close this PR without merging
  • /camper retry — close and retry with a new fix

@picatz picatz requested a review from a team as a code owner May 27, 2026 14:54
@semgrep-managed-scans
Copy link
Copy Markdown

Semgrep found 1 missing-explicit-permissions finding:

No explicit GITHUB_TOKEN permissions found at the workflow or job level. Add a permissions: block at the workflow root (applies to all jobs) or per job with least privilege (e.g., contents: read and only specific writes like pull-requests: write if needed).

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.

1 participant