From bedb3f348102992554a7a3465298f2cc73731e9d Mon Sep 17 00:00:00 2001 From: rurutala Date: Mon, 8 Jun 2026 23:03:10 +0900 Subject: [PATCH] ci: update GitHub Actions to use AndanteTribe --- .github/workflows/unity-meta-check.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unity-meta-check.yml b/.github/workflows/unity-meta-check.yml index 95fa415..2fab54e 100644 --- a/.github/workflows/unity-meta-check.yml +++ b/.github/workflows/unity-meta-check.yml @@ -20,9 +20,11 @@ jobs: runs-on: ubuntu-latest steps: - 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 with: submodules: false lfs: true - 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