Skip to content

ci: update GitHub Actions to use AndanteTribe#21

Merged
rurutala merged 1 commit into
mainfrom
feature/ci-actions-updates
Jun 10, 2026
Merged

ci: update GitHub Actions to use AndanteTribe#21
rurutala merged 1 commit into
mainfrom
feature/ci-actions-updates

Conversation

@rurutala

@rurutala rurutala commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 8, 2026 16:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repository’s Unity CI workflows to use actions hosted in AndanteTribe/Actions instead of the previously referenced upstream actions, centralizing CI behavior behind a shared action repository.

Changes:

  • Switched Unity test workflow steps (checkout, caching, test runner, artifact upload) to AndanteTribe/Actions implementations.
  • Switched Unity meta file check workflow steps (checkout, meta check) to AndanteTribe/Actions implementations.

Reviewed changes

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

File Description
.github/workflows/unity-test.yml Replaces upstream Unity CI action usages with AndanteTribe/Actions equivalents for tests, caching, and artifact upload.
.github/workflows/unity-meta-file-check.yml Replaces upstream checkout and meta-check actions with AndanteTribe/Actions equivalents.

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

Comment on lines +21 to +22
# ghasec-ignore: unpinned-action
- uses: AndanteTribe/Actions/actions/checkout@main # zizmor: ignore[unpinned-uses] repository-local action reference is intentionally tracked on @main
Comment on lines +23 to +24
# ghasec-ignore: unpinned-action
uses: AndanteTribe/Actions/actions/checkout@main # zizmor: ignore[unpinned-uses] repository-local action reference is intentionally tracked on @main
@rurutala rurutala merged commit 1618dcb into main Jun 10, 2026
7 checks passed
@rurutala rurutala deleted the feature/ci-actions-updates branch June 10, 2026 08:00
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