From 6ffcaacb107748cf2c074ea30a273fa2e75eb9eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:20:41 +0800 Subject: [PATCH] chore(deps): update actions/checkout digest to 0ad4b8f (#157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/integrate.yaml | 2 +- .github/workflows/ja-translation.yaml | 2 +- .github/workflows/pin-submodule-and-run-codegen.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index bbd073fd5..03d16323e 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Setup Biome uses: biomejs/setup-biome@b9af8bac86b0da736cfbfadbfeb3f7463da083f2 # v2 - name: Run Biome diff --git a/.github/workflows/ja-translation.yaml b/.github/workflows/ja-translation.yaml index 869964be6..00d6a9e75 100644 --- a/.github/workflows/ja-translation.yaml +++ b/.github/workflows/ja-translation.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout PR branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/pin-submodule-and-run-codegen.yaml b/.github/workflows/pin-submodule-and-run-codegen.yaml index be9837d65..a42fe62be 100644 --- a/.github/workflows/pin-submodule-and-run-codegen.yaml +++ b/.github/workflows/pin-submodule-and-run-codegen.yaml @@ -24,7 +24,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: submodules: true - name: Get commit ID of submodule (workflow dispatch, empty) diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index 3586ba953..0ecb9d247 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: