diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92bc49e..7d89c44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup project uses: ./.github/actions/setup - name: Run build diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 8c9a148..771c883 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup project uses: ./.github/actions/setup - name: Run prettier diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 0338a85..daac1ff 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup project uses: ./.github/actions/setup - name: Lint PR title diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f75713b..19946c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: app-id: ${{ secrets.A60_APP_ID }} private-key: ${{ secrets.A60_PRIVATE_KEY }} - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ steps.a60-token.outputs.token }} persist-credentials: false