diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8eed970..d8599a5 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: diff --git a/.github/workflows/deploy-preview-vercel.yml b/.github/workflows/deploy-preview-vercel.yml index e72f0c6..fc4a847 100644 --- a/.github/workflows/deploy-preview-vercel.yml +++ b/.github/workflows/deploy-preview-vercel.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - name: "Deploy to Vercel" diff --git a/.github/workflows/deploy-vercel.yml b/.github/workflows/deploy-vercel.yml index 9aef162..f2be2e7 100644 --- a/.github/workflows/deploy-vercel.yml +++ b/.github/workflows/deploy-vercel.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - name: "Deploy to Vercel" diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 5936c68..e05cfa8 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: