Skip to content

ci: update GitHub Actions to use AndanteTribe - #51

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

ci: update GitHub Actions to use AndanteTribe#51
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 14:03

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 Unity meta file check workflow to use the AndanteTribe/Actions variants of checkout and unity-meta-check instead of the previously referenced upstream actions.

Changes:

  • Replace actions/checkout@v4 with AndanteTribe/Actions/actions/checkout@main.
  • Replace DeNA/unity-meta-check@v4 with AndanteTribe/Actions/actions/unity-meta-check@main.
  • Add GHASec/Zizmor ignore annotations for unpinned action references.

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

- name: Checkout this repository
uses: actions/checkout@v4
# ghasec-ignore: unpinned-action
uses: AndanteTribe/Actions/actions/checkout@main # zizmor: ignore[unpinned-uses] repository-local action reference is intentionally tracked on @main
- name: Checkout this repository
uses: actions/checkout@v4
# ghasec-ignore: unpinned-action
uses: AndanteTribe/Actions/actions/checkout@main # zizmor: ignore[unpinned-uses] repository-local action reference is intentionally tracked on @main
- name: Unity meta files check (github-hosted ubuntu-latest)
uses: DeNA/unity-meta-check@v4
# ghasec-ignore: unpinned-action
uses: AndanteTribe/Actions/actions/unity-meta-check@main # zizmor: ignore[unpinned-uses] repository-local action reference is intentionally tracked on @main
- name: Unity meta files check (github-hosted ubuntu-latest)
uses: DeNA/unity-meta-check@v4
# ghasec-ignore: unpinned-action
uses: AndanteTribe/Actions/actions/unity-meta-check@main # zizmor: ignore[unpinned-uses] repository-local action reference is intentionally tracked on @main
@rurutala
rurutala merged commit a54158a into main Jun 8, 2026
5 checks passed
@rurutala
rurutala deleted the feature/ci-actions-updates branch June 8, 2026 14:08
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