From 4c0eb91cafddb8fdbe74e64b7fef498a4635dd13 Mon Sep 17 00:00:00 2001 From: momijizukamori Date: Wed, 12 Jun 2024 16:23:02 -0400 Subject: [PATCH] Pin build repo ver --- .github/workflows/build.yml | 5 +++-- .github/workflows/deploy-stage.yml | 3 ++- .github/workflows/deploy.yml | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adda188f..57628f67 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,12 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout build tools - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: lolibrary/build token: ${{ secrets.PAT }} + ref: cea7b09494c6541c8bdfc7d919e1d58428061117 - name: Checkout Sakura - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: cache - name: GHCR login diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index e915d355..f1ca0bdb 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -5,10 +5,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout build tools - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: lolibrary/build token: ${{ secrets.PAT }} + ref: cea7b09494c6541c8bdfc7d919e1d58428061117 - id: 'auth' name: 'Authenticate to Google Cloud' uses: 'google-github-actions/auth@v1' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index acfd433e..41d7f8b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,10 +5,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout build tools - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: lolibrary/build token: ${{ secrets.PAT }} + ref: cea7b09494c6541c8bdfc7d919e1d58428061117 - id: 'auth' name: 'Authenticate to Google Cloud' uses: 'google-github-actions/auth@v1'